Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-08-02 22:24:53 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-08-02 22:24:53 +0300
commit1c8c8008083fca2f2d6fd8d2eff79861e34e968a (patch)
tree519d53828cba711f7b532a3e26f8d2d1f80a5e6c
parent7a3bc82fdb1898b50e02cc2e736bbf342bc6d9db (diff)
Add contribution guide
-rw-r--r--CONTRIBUTING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..ae9e945
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,11 @@
+### Branches
+
+- master (Python2/Gtk2 for Gajim 0.16.x)
+- gtk3 (Python3/Gtk3 for Gajim master branch
+
+### Git Commit Messages
+
+* Start your commit message with the Plugin name, example: [omemo] Added ..
+* Use the present tense ("Add feature" not "Added feature")
+* Limit the first line to 50 characters or less, add whatever you feel necessary
+in the extended commit message