mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Merge pull request #1693 from wallabag/v2-issue-template
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
This commit is contained in:
commit
fa64d86110
4 changed files with 28 additions and 0 deletions
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal 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)_
|
||||||
|
|
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
| Q | A
|
||||||
|
| ------------- | ---
|
||||||
|
| Bug fix? | yes|no
|
||||||
|
| New feature? | yes|no
|
||||||
|
| BC breaks? | yes|no
|
||||||
|
| Deprecations? | yes|no
|
||||||
|
| Tests pass? | yes|no
|
||||||
|
| Documentation | yes|no
|
||||||
|
| Translation | yes|no
|
||||||
|
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
|
||||||
|
| License | MIT
|
|
@ -4,6 +4,10 @@ Translate wallabag
|
||||||
Translation files
|
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 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>`__).
|
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>`__).
|
||||||
|
|
Loading…
Reference in a new issue