-
Notifications
You must be signed in to change notification settings - Fork 4
Contributing to the Project
Dr. John Anvik edited this page Jul 10, 2017
·
2 revisions
The Programming Wars project uses a software development model that centres on pull requests. To contribute code to the project:
- Become a contributor to the project (see Becoming a Contributor).
- Clone the repository to your local machine.
- Confirm that you can run the project locally (refer to the Quick Start and General Build Setup for details).
- Create a new branch from the master branch to do your work on.
- Push your branch to Github.
- When you are satisfied with your work, create a pull request on Githib. You will need to identify:
- The issue number that this pull request is addressing.
- A summary of the changes. You don't need to list every little change, only provide a high-level view of what you did.
- Identify a senior developer to review your work.
- Your pull request will be reviewed by one of the senior developers. It is common to be asked to make some changes before your pull request is accepted and merged into the master branch.
- Congratulate yourself on a job well done in whatever way you like.