1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Update contributors doc to include forking repo

Mention in the contributors guide that in order to create a PR,
branches must be pushed to a forked copy of the repo.
This commit is contained in:
Gabi 2021-05-04 12:15:11 +02:00
parent 8bd306cc01
commit 449ce71497

View file

@ -14,9 +14,11 @@ leave a comment.
## Submitting a Pull Request
This project uses the well-known pull request process from GitHub. Merging a
pull request requires the following steps to be completed before the pull
request will be merged:
This project uses the well-known pull request process from GitHub. To submit a
pull request, fork the repository and push any changes to a branch on the copy,
from there a pull request can be made in the main repo. Merging a pull request
requires the following steps to be completed before the pull request will
be merged:
* ideally, there is an issue that documents the problem or feature in depth.
* code must have a reasonable amount of test coverage