Macaw-Movies/Development/Contributing: Difference between revisions

From KDE Community Wiki
Line 6: Line 6:
This section highlights some '''mandatory''' points of the page [https://techbase.kde.org/Development/Git/ Git on Techbase].
This section highlights some '''mandatory''' points of the page [https://techbase.kde.org/Development/Git/ Git on Techbase].


=== Prepare your git configuration ==
=== 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 '''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.
* You must give a mail adress.

Revision as of 21:59, 3 June 2015

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.

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