-
Notifications
You must be signed in to change notification settings - Fork 25
Contribute
maxkueng edited this page Jul 2, 2012
·
3 revisions
Want to help make node-musicbrainz better? Here's how:
- Create an account on GitHub
- Fork the master branch (press the Fork button)
- Clone your fork and
cdin to the directory - Create a new branch for your changes:
git checkout -b mybranch master(optional but recommended) - Commit your changes and push to GitHub:
git push origin mybranch - Go to your GitHub project page, select the right branch and make a pull request (press the Pull Request button)
- Make a comment in the pull request and submit
That's it :)
- Check out the the master branch
- Commit your changes
- Create a new branch for your changes:
git checkout -b mybranch master(optional but recommended) - Commit your changes
- Create a patch using git format-patch:
git format-patch master - Create a new issue and attach the patch