Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE

This commit is contained in:
Nicolas Lœuillet 2016-02-18 13:15:11 +01:00
parent bbbcd6997b
commit c665b863c7
4 changed files with 27 additions and 0 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,13 @@
### Issue details
_Please provide issue details here_.
### Steps to reproduce/test case
_Please provide necessary steps for reproduction of this issue, or better the
reduced test case (without any external dependencies, if possible)_.
### Affected version(s)
_Please fill in affected version(s)_

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,10 @@
| Q | A
| ------------- | ---
| Bug fix? | yes|no
| New feature? | yes|no
| BC breaks? | yes|no
| Deprecations? | yes|no
| Tests pass? | yes|no
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
| License | MIT
| Doc PR | reference to the documentation PR, if any

View file

@ -4,6 +4,10 @@ Translate wallabag
Translation files
-----------------
.. note::
As wallabag is mainly developed by a French team, please consider that french translation is the most updated one and please copy it to create your own translation.
You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations.
You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE is the the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__).