aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-18 14:33:06 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-18 14:33:06 +0200
commit953305e9044d31de4eea9e61129d06fd469b521c (patch)
treec6770b2662faa61b9f37f06f2badd6f88a096a1a /.github
parentcac3f603cf5f3cd43a17396f93d7c2d44ddd42e1 (diff)
downloadwallabag-953305e9044d31de4eea9e61129d06fd469b521c.tar.gz
wallabag-953305e9044d31de4eea9e61129d06fd469b521c.tar.zst
wallabag-953305e9044d31de4eea9e61129d06fd469b521c.zip
Update CONTRIBUTING file
Fix #2059
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md17
1 files changed, 3 insertions, 14 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 0b92775a..920f1905 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -3,22 +3,11 @@
3## You found a bug 3## You found a bug
4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). 4Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
5 5
6To fix the bug quickly, we need some infos: 6To fix the bug quickly, we need some infos: please answer to the questions in the issue form.
7* your wallabag version (in `app/config/config.yml`, see `wallabag_core.version`)
8* your webserver installation :
9 * type of hosting (shared or dedicated)
10 * in case of a dedicated server, the server and OS used
11 * the php version used, eventually `phpinfo()`
12* which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL)
13* any particular details which could be related
14 7
15If relevant : 8If you have the skills, look for errors into php, server and application (see `var/logs`) logs.
16* the link you want to save and which causes problem
17* the file you want to import into wallabag, or just an extract
18
19If you have the skills, look for errors into php, server and application (see `var/logs`) logs
20 9
21Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. 10Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like.
22 11
23## You want to fix a bug or to add a feature 12## You want to fix a bug or to add a feature
24Please fork wallabag and work with **the v2 branch** only. **Do not work on master branch**. 13Please fork wallabag and work with **the master branch**.