diff options
author | tcit <tcit@tcit.fr> | 2014-05-11 15:44:43 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-05-11 15:44:43 +0200 |
commit | 0626e52f3c1631db092b6fa04bff8cba25be8f7f (patch) | |
tree | 95627c06efd0e721bbd7f35e1f226fd54d231f35 | |
parent | 9c743ab965b978aa72a6272172b33f562d1f1f96 (diff) | |
parent | f034640ca39e8b5a46154a2b93af291c07dbb00c (diff) | |
download | wallabag-0626e52f3c1631db092b6fa04bff8cba25be8f7f.tar.gz wallabag-0626e52f3c1631db092b6fa04bff8cba25be8f7f.tar.zst wallabag-0626e52f3c1631db092b6fa04bff8cba25be8f7f.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
-rw-r--r-- | CONTRIBUTING.md | 21 | ||||
-rw-r--r-- | themes/dark/img/dark/rss.png | bin | 0 -> 288 bytes | |||
-rw-r--r-- | themes/solarized-dark/img/solarized-dark/rss.png | bin | 0 -> 288 bytes | |||
-rw-r--r-- | themes/solarized/img/solarized/rss.png | bin | 0 -> 288 bytes |
4 files changed, 19 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85c09e52..76708404 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
@@ -4,8 +4,25 @@ | |||
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 (in ./index.php) | 7 | * your wallabag version (on top of the ./index.php file, and also on config page) |
8 | * your webserver installation : | ||
9 | * type of hosting (shared or dedicaced) | ||
10 | * in case of a dedicaced 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 problem on the `wallabag_compatibility_test.php` page | ||
14 | * any particular details which could be related | ||
15 | |||
16 | |||
17 | If relevant : | ||
8 | * the link you want to save and which causes problem | 18 | * the link you want to save and which causes problem |
19 | * the file you want to import into wallabag, or just an extract | ||
20 | |||
21 | If you have the skills : | ||
22 | * enable DEBUG mode and look the output at cache/log.txt | ||
23 | * look for errors into php and server logs | ||
24 | |||
25 | Note : If you have large portions of text, use [Github's Gist service](https://gist.github.com/) or other pastebin-like. | ||
9 | 26 | ||
10 | ## You want to fix a bug or to add a feature | 27 | ## You want to fix a bug or to add a feature |
11 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. \ No newline at end of file | 28 | Please fork wallabag and work with **the dev branch** only. **Do not work on master branch**. |
diff --git a/themes/dark/img/dark/rss.png b/themes/dark/img/dark/rss.png new file mode 100644 index 00000000..21bad1a1 --- /dev/null +++ b/themes/dark/img/dark/rss.png | |||
Binary files differ | |||
diff --git a/themes/solarized-dark/img/solarized-dark/rss.png b/themes/solarized-dark/img/solarized-dark/rss.png new file mode 100644 index 00000000..21bad1a1 --- /dev/null +++ b/themes/solarized-dark/img/solarized-dark/rss.png | |||
Binary files differ | |||
diff --git a/themes/solarized/img/solarized/rss.png b/themes/solarized/img/solarized/rss.png new file mode 100644 index 00000000..21bad1a1 --- /dev/null +++ b/themes/solarized/img/solarized/rss.png | |||
Binary files differ | |||