docs/contributing.rst
Source hosted at GitHub <https://github.com/ZoneMinder/ZoneMinder/>__
Report issues/questions/feature requests on GitHub Issues <https://github.com/ZoneMinder/ZoneMinder/issues>__
Pull requests are very welcome! If you would like to contribute, please follow the following steps.
GitHub Issues Tracker <https://github.com/ZoneMinder/ZoneMinder/issues>__. Describe the bug that you've found, or the feature which you're asking for. Jot down the issue number (e.g. 456)git checkout -b 456-my-new-feature)git commit -m 'Added some feature') It is preferred that you 'commit early and often' instead of bunching all changes into a single commit.git push origin 456-my-new-feature)