Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.39 KB

pull_requests.md

File metadata and controls

35 lines (25 loc) · 1.39 KB

Creating a Pull Request

To contribute code, create a pull request as described here. Use the "fork and pull" model for making contributions. A quick summary of the process is as follows:

  1. Fork Bruce's GitHub repository. To fork the repo, click the fork button on the GitHub web interface.

  2. Clone the forked repository to your local machine.

  3. Make your code changes in your local repository. Within your own forked and cloned repository, you are free to handle the code however you wish. Fork it, tag it, commit it. "Whatever works best for you" is the right answer to "What's the process?" when you're in your own local repository.

  4. Push your changes to your cloned repository. Once you like how your changes are functioning in your locally cloned repo, it's time to push them back up to your forked repo on GitHub.

  5. Create a pull request to the master branch of the bruce repository.


pull_requests.md: Copyright 2014 if(we), Inc.

pull_requests.md is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.