Made content same as github README.md contributing
This commit is contained in:
parent
762e3eddc9
commit
1c82f57ba3
|
@ -1,7 +1,14 @@
|
|||
Contributing
|
||||
============
|
||||
Source hosted at `GitHub <https://github.com/ZoneMinder/ZoneMinder/>`__
|
||||
Report issues/questions/feature requests on `GitHub Issues <https://github.com/ZoneMinder/ZoneMinder/issues>`__
|
||||
|
||||
1. Check for `open issues <https://github.com/ZoneMinder/ZoneMinder/issues/>`_ or open a fresh issue to start a discussion around a feature idea or a bug.
|
||||
2. Fork the ZoneMinder repository on Github to start making your changes.
|
||||
3. Send a pull request and bug the maintainer until it gets merged and published. Stop by the #zoneminder channel on irc.freenode.net.
|
||||
Pull requests are very welcome! If you would like to contribute, please follow the following steps.
|
||||
|
||||
* Fork the repo
|
||||
* Open an issue at our `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)
|
||||
* Create your feature branch (``git checkout -b 456-my-new-feature``)
|
||||
* Commit your changes (``git commit -m 'Added some feature'``) It is preferred that you 'commit early and often' instead of bunching all changes into a single commit.
|
||||
* Push your branch to your fork on github (``git push origin 456-my-new-feature``)
|
||||
* Create new Pull Request
|
||||
* The team will then review, discuss and hopefully merge your changes.
|
||||
|
|
Loading…
Reference in New Issue