File: contributing.rst

package info (click to toggle)
zoneminder 1.36.35%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,728 kB
  • sloc: php: 219,767; perl: 127,535; javascript: 75,411; cpp: 59,876; sql: 6,635; sh: 2,472; ansic: 1,467; makefile: 534; xml: 240; asm: 157; python: 74
file content (14 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>`__

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.