Macaw-Movies/Development/Contributing

From KDE Community Wiki

Reading the documentation about How to contribute on KDE is strongly recommended.

Git

This section highlights some mandatory points of the page Git on Techbase.

Prepare your git configuration

  • You must give your real name or something that looks like a real name (Firstname NAME). Else we won't be able to merge push your commits to the git server hosted by KDE.
  • You must give a mail adress.

Code

Please read the Code Rules before submitting a patch/pull-request/commit to be sure to be compliant with it.

Where to contribute?

Branch

  • If your contribution is a patch for a given version, please address it to the concerned branch (X.Y.0)
  • If your contribution is following the current progression of the project, please submit it to master
  • If your contribution adds a new features, please create a dedicated branch to it.

If you have any question, please ask on the mailing list or (if you're lucky) on our IRC.