-
Notifications
You must be signed in to change notification settings - Fork 11
Developer's page
Kim Whitehall edited this page Apr 4, 2016
·
3 revisions
- Fork the project
- Clone your fork to working on.
- Check out the Code readability matters page for notes on linting rules with respect to this repo.
Create an issue in the main repo that you would to address.
- Use the present tense.
- Try to keep the tasks as bite-sized as possible.
- You can also create umbrella tasks (with the tag [umbrella])
-
Create/locate the issue you are working on and note the issue number.
-
Create a branch locally with the issue number.
-
Do your work. Be sure to make commit messages (in the past tense) for each subtasks associated with your work.
-
Push your branch to your repo.
-
Submit a pull request (PR).