]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Thu, 18 Feb 2016 12:15:11 +0000 (13:15 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Thu, 18 Feb 2016 12:15:11 +0000 (13:15 +0100)
.github/CONTRIBUTING.md [moved from CONTRIBUTING.md with 100% similarity]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
docs/en/developer/translate.rst

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 (file)
index 0000000..bfd3d4d
--- /dev/null
@@ -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 (file)
index 0000000..535d02a
--- /dev/null
@@ -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
index ff2b8f0e95af526c413c8c6cbf82ed37fd5491aa..c47e9614c1af2867786d7c8f8f429e6f17b45621 100644 (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>`__).