diff options
-rw-r--r-- | .github/CONTRIBUTING.md (renamed from CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 13 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 | ||||
-rw-r--r-- | docs/en/developer/translate.rst | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ffb29f9e..ffb29f9e 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..bfd3d4d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md | |||
@@ -0,0 +1,13 @@ | |||
1 | ### Issue details | ||
2 | |||
3 | _Please provide issue details here_. | ||
4 | |||
5 | ### Steps to reproduce/test case | ||
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 | |||
10 | ### Affected version(s) | ||
11 | |||
12 | _Please fill in affected version(s)_ | ||
13 | |||
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..535d02a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -0,0 +1,10 @@ | |||
1 | | Q | A | ||
2 | | ------------- | --- | ||
3 | | Bug fix? | yes|no | ||
4 | | New feature? | yes|no | ||
5 | | BC breaks? | yes|no | ||
6 | | Deprecations? | yes|no | ||
7 | | Tests pass? | yes|no | ||
8 | | Fixed tickets | comma-separated list of tickets fixed by the PR, if any | ||
9 | | License | MIT | ||
10 | | Doc PR | reference to the documentation PR, if any | ||
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index ff2b8f0e..c47e9614 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -4,6 +4,10 @@ Translate wallabag | |||
4 | Translation files | 4 | Translation files |
5 | ----------------- | 5 | ----------------- |
6 | 6 | ||
7 | .. note:: | ||
8 | |||
9 | 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. | ||
10 | |||
7 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 11 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. |
8 | 12 | ||
9 | 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>`__). | 13 | 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>`__). |