How to contribute? #2438
-
Hi, I'd like to submit a pull request, but having read CONTRIBUTING.md I'm still unsure how to proceed as I think the information there is at a higher level than required by new contributors. So I looked at GitHub Docs to understand how to contribute to a project and it suggested creating a pull request from a branch: I have the following questions:
Sorry if the above is very basic, but I haven't contributed to a GitHub project before and I have searched the discussions for 'contribute' but haven't found any information. Best regards, Thomas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is standard Github M.O. so we didn't feel a need to duplicate these instructions and rather focused on the details specific for Pyenv. There's no need to create an issue -- but it's advisable to do so if you're unsure if the problem you're having really is a problem with Pyenv. For simple changes (like documentation wording), you can open the corresponding file at Github and press the "edit" button above its contents. Then there'll be an option to submit a PR with your changes.
Yes, Huh. I was sure this was covered by the documentation. Looks like it isn't! Worth adding. |
Beta Was this translation helpful? Give feedback.
This is standard Github M.O. so we didn't feel a need to duplicate these instructions and rather focused on the details specific for Pyenv.
There's no need to create an issue -- but it's advisable to do so if you're unsure if the problem you're having really is a problem with Pyenv.
For simple changes (like documentation wording), you can open the corresponding file at Github and press the "edit" button above its contents. Then there'll be an option to submit a PR with your changes.