summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-23 23:00:40 +0300
committerAndrew Dolgov <[email protected]>2017-04-23 23:00:40 +0300
commited0f2a6c974987033f0400924a7d328f92fe096d (patch)
treedffe31c4dcd7b70457421dd675259463ef60f29d /CONTRIBUTING.md
parentafb8eae0eefdd97aa2bbb8aa7b403d5dd359b3a1 (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 41dd22dbd..05ae8401d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,8 @@
*or: how I learned to post merge requests without crying myself to sleep*
-1. Post your idea on the forums, ask to be given developer privileges. Preferably post diffs if you got them. Don't forget to mention your gitlab username. I think it's now possible to request project access but not sure -fox.
+1. Post your idea on the forums. Preferably post diffs if you got them. Mention your gitlab username.
+2. If your idea was accepted, request developer permissions for the project via Gitlab.
2. When you have developer privileges you can make branches, check them out, work on them locally, push them back and post merge requests.
3. Usual stuff applies: don't post unrelated issues in one merge request, try to not screw up indenting (tt-rss mostly uses tab characters), try to respect surrounding formatting style, etc.
4. That's it.