From 67843eabbacce8cd29a30bc1114bb126e632b31e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Apr 2017 09:35:08 +0300 Subject: [PATCH 1/2] remove obsolete wiki faq link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ee6b8b09..2b76746d 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,4 @@ Copyright (c) 2011 Andrew Dolgov (unless explicitly stated otherwise). ## See also -* FAQ: http://tt-rss.org/redmine/projects/tt-rss-android/wiki/#FAQ -* Forum: http://tt-rss.org/forum +* Forum: http://tt-rss.org/forum \ No newline at end of file From 3ca926297d27082885d25b6f3e9c5675d9395cfa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Apr 2017 23:02:35 +0300 Subject: [PATCH 2/2] Add contribution guide --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..172084f5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +## Contributing code the right way + +*or: how I learned to post merge requests without crying myself to sleep* + +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. \ No newline at end of file