diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-24 19:47:56 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-24 19:47:56 +0100 |
commit | b60bff0c2a25b05399b53579e660abc41a7ba6d5 (patch) | |
tree | d64dbe3ebcc6fdf6e77455bba11ea59a6ffe95a9 /.github | |
parent | f2fcb65b44607d49481700d28706ee3d30561dc1 (diff) | |
parent | 3174b764bc8eda88b45072109fd0050a79a2e7f2 (diff) | |
download | wallabag-b60bff0c2a25b05399b53579e660abc41a7ba6d5.tar.gz wallabag-b60bff0c2a25b05399b53579e660abc41a7ba6d5.tar.zst wallabag-b60bff0c2a25b05399b53579e660abc41a7ba6d5.zip |
Merge pull request #1712 from wallabag/v2-contributing
Fix #1711: Update CONTRIBUTING file
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 12 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 19 |
2 files changed, 15 insertions, 16 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ffb29f9e..0b92775a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -4,27 +4,21 @@ | |||
4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). | 4 | Please [open a new issue](https://github.com/wallabag/wallabag/issues/new). |
5 | 5 | ||
6 | To fix the bug quickly, we need some infos: | 6 | To fix the bug quickly, we need some infos: |
7 | * your wallabag version (on top of the ./index.php file, and also on config page) | 7 | * your wallabag version (in `app/config/config.yml`, see `wallabag_core.version`) |
8 | * your webserver installation : | 8 | * your webserver installation : |
9 | * type of hosting (shared or dedicated) | 9 | * type of hosting (shared or dedicated) |
10 | * in case of a dedicated server, the server and OS used | 10 | * in case of a dedicated server, the server and OS used |
11 | * the php version used, eventually `phpinfo()` | 11 | * the php version used, eventually `phpinfo()` |
12 | * which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL) | 12 | * which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL) |
13 | * any problem on the `wallabag_compatibility_test.php` page | ||
14 | * any particular details which could be related | 13 | * any particular details which could be related |
15 | 14 | ||
16 | |||
17 | If relevant : | 15 | If relevant : |
18 | * the link you want to save and which causes problem | 16 | * the link you want to save and which causes problem |
19 | * the file you want to import into wallabag, or just an extract | 17 | * the file you want to import into wallabag, or just an extract |
20 | 18 | ||
21 | If you have the skills : | 19 | If you have the skills, look for errors into php, server and application (see `var/logs`) logs |
22 | * enable DEBUG mode and look the output at cache/log.txt | ||
23 | * look for errors into php and server logs | ||
24 | 20 | ||
25 | Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. | 21 | Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. |
26 | 22 | ||
27 | ## You want to fix a bug or to add a feature | 23 | ## 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**. | 24 | Please fork wallabag and work with **the v2 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). | ||
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bfd3d4d0..41e11054 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md | |||
@@ -1,13 +1,18 @@ | |||
1 | ### Issue details | 1 | ### Issue details |
2 | 2 | ||
3 | _Please provide issue details here_. | 3 | Please provide issue details here. |
4 | Remember, this is _not_ a place to ask questions. For that, go to http://gitter.im/wallabag/wallabag. | ||
4 | 5 | ||
5 | ### Steps to reproduce/test case | 6 | ### Environment |
6 | |||
7 | _Please provide necessary steps for reproduction of this issue, or better the | ||
8 | reduced test case (without any external dependencies, if possible)_. | ||
9 | 7 | ||
10 | ### Affected version(s) | 8 | * wallabag version (or git revision) that exhibits the issue: |
9 | * Last wallabag version that did not exhibit the issue (if applicable): | ||
10 | * php version: | ||
11 | * OS: | ||
12 | * type of hosting (shared or dedicated): | ||
13 | * which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): | ||
11 | 14 | ||
12 | _Please fill in affected version(s)_ | 15 | ### Steps to reproduce/test case |
13 | 16 | ||
17 | Please provide necessary steps for reproduction of this issue, or better the | ||
18 | reduced test case (without any external dependencies, if possible). | ||