How to create a pull request? #578
-
I have an idea for a new feature for the CLI, and I actually already have a local version of the change (including a relevant test).
When I go the the contribution guidelines, I don't see anything permissions-related, so I wonder what I should do. Please advise :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! You should fork the repository first, so it's on your github under https://github.com/shaiarmis/rdme, then you can push branches up to your fork. Once you have a branch pushed, you can create a new pull request against our repository and we'll review/discuss it there. More info: Looking forward to seeing your change! |
Beta Was this translation helpful? Give feedback.
Hey! You should fork the repository first, so it's on your github under https://github.com/shaiarmis/rdme, then you can push branches up to your fork. Once you have a branch pushed, you can create a new pull request against our repository and we'll review/discuss it there.
More info:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request…