-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Alex Gordienko edited this page Feb 2, 2020
·
1 revision
If you plan on contributing to this repo, please follow the guidelines below.
- Make sure that you are running the most recent version of this project on your machine.
- Contact us at duncanlabuoft@gmail.com with the subject "Request for push access to OpenMaze timing library" with some information about the kind of changes you are looking to make. If you prefer to modify the timing library on your own, fork it before continuing.
- Create your feature branch (git checkout -b feature/fooBar).
- Make sure to increase the version of any relevant files to the version that your pull request would represent. We make use of SemVer for versioning.
- Commit your changes (git commit -am 'Added some amazing features').
- Update any documentation on the wiki with information about your awesome new features.
- Push to your branch (git push origin feature/fooBar).
- Create a new Pull Request. You may merge the Pull Request in once you have the sign-off of one other project developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.
If you have any questions about the process, feel free to reach out to us!