diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-25 07:52:00 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-25 07:52:00 +0200 |
commit | 70549136ba0ba5692448a079b6911cf8bb52cbee (patch) | |
tree | d483faf29f7ac306271888d353993b463ace1998 /CONTRIBUTING.md | |
parent | 6c0c75000093bc7019e8b4984562ac88d3e1e556 (diff) | |
download | wallabag-70549136ba0ba5692448a079b6911cf8bb52cbee.tar.gz wallabag-70549136ba0ba5692448a079b6911cf8bb52cbee.tar.zst wallabag-70549136ba0ba5692448a079b6911cf8bb52cbee.zip |
link to guidelines in contributing file
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ccb0b14..58bc7134 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -26,3 +26,5 @@ Note : If you have large portions of text, use [Github's Gist service](https://g | |||
26 | 26 | ||
27 | ## You want to fix a bug or to add a feature | 27 | ## You want to fix a bug or to add a feature |
28 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. | 28 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. |
29 | |||
30 | [Don't forget to read our guidelines](https://github.com/wallabag/wallabag/blob/dev/GUIDELINES.md). \ No newline at end of file | ||