From c665b863c7c15c1928d63b55b13e3abd5790082e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 18 Feb 2016 13:15:11 +0100 Subject: [PATCH] Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ docs/en/developer/translate.rst | 4 ++++ 4 files changed, 27 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..bfd3d4d0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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)_ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..535d02a9b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index ff2b8f0e9..c47e9614c 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst @@ -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 `__).