How to open open a PR in jenkinsci / ec2-plugin

Hey,

I would like to submit a Pull Request to the ec2-plugin repository but I am getting a permission error:

ERROR: Permission to jenkinsci/ec2-plugin.git denied to abusuladzich.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Any idea if I need to be part of the jenkinsci org in github or if there is any other way to resolve this issue?

Thanks in advance,
Antonio

You need to fork the repository to your GitHub account. On this fork, you create a new branch you commit your changes to. Based on this new branch, you create a pull request to the ec2-plugin repository.

1 Like