Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 520 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 520 Bytes

Contributing

If you'd like to hack on I got issues, start by forking the repo on GitHub:

https://github.com/jonmagic/i-got-issues

The best way to get your changes merged back into core is as follows:

  1. Clone down your fork
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. If you are adding new functionality, document it in the README
  5. If necessary, rebase your commits into logical chunks, without errors
  6. Push the branch up to GitHub
  7. Send a pull request for your branch