-
Notifications
You must be signed in to change notification settings - Fork 7
Contribution guide
Stefan Midjich edited this page Nov 29, 2016
·
6 revisions
A guide for contributions to Siptrack.
- Read Wiki front page about what Siptrack is
- Read how to setup personal dev environment
- Setup your own personal dev environment
- Test your local Siptrack install
- Decide which part of Siptrack to work on (client lib, api service or web interface)
- Fork repo on Github
- Create a new branch for your changes in your fork
- Clone your local fork to your system
- Make your changes in your local branch
- Test your changes locally as well as possible
- Create a PR for your fork and submit it to the parent repo
- Explain in the PR what your goal with the change was and how you've tested it