- Make a GitHub issue for your contribution.
- Please be as specific as possible and supply as much info as you can.
- Ideally, do this before coding your contribution so people don't duplicate work.
git clone
the repo.- Make your changes.
- Submit a pull request for your issue.
- Feel good.
Writing a good commit message is a subtle thing. Here are some resources to help with it:
- How to make a pull request.
- How to submit a pull request for a pre-existing issue.
- GitHub help central.
- Good info on git in general.
- The tutorial is good, too.
Writing a good commit message is a subtle thing. Here are some resources to help with it:
- The longest, most thorough treatment of the subject I know.
- If that's too long for you, try 5 useful tips for a better commit message.
- This article also contains good info on the subject.