From b0e8ae090367777fca5807969f372b227c6eede8 Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Tue, 10 Mar 2020 16:09:12 +0100 Subject: [PATCH] Add translations issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 6 ++++-- .github/ISSUE_TEMPLATE/documentation-issue.md | 5 ++++- .github/ISSUE_TEMPLATE/feature-request.md | 3 +++ .github/ISSUE_TEMPLATE/security-issue.md | 5 ++++- .github/ISSUE_TEMPLATE/support-question.md | 5 ++++- .github/ISSUE_TEMPLATE/translations.md | 12 ++++++++++++ 6 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/translations.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e487ea808a..b33d3b8355 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,10 +1,12 @@ --- -name: "Bug Report 🐛" +name: "Bug Report \U0001F41B" about: Report a problem or error +title: '' +labels: '' +assignees: '' --- - **Sylius version affected**: 1.x.y **Description** diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md index cf8e4e81c0..901299ab3a 100644 --- a/.github/ISSUE_TEMPLATE/documentation-issue.md +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -1,6 +1,9 @@ --- -name: "Documentation Issue 📖" +name: "Documentation Issue \U0001F4D6" about: Report missing or bugged documentation +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 902ba7a5de..b468303208 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,6 +1,9 @@ --- name: Feature request ✅ about: Suggest an idea for a feature or improvement +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/security-issue.md b/.github/ISSUE_TEMPLATE/security-issue.md index 09c72d816b..5b4da4101a 100644 --- a/.github/ISSUE_TEMPLATE/security-issue.md +++ b/.github/ISSUE_TEMPLATE/security-issue.md @@ -1,6 +1,9 @@ --- -name: "Security Issue 🔐" +name: "Security Issue \U0001F510" about: Please contact us at security@sylius.com +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md index a1e01bec08..65e10dd721 100644 --- a/.github/ISSUE_TEMPLATE/support-question.md +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -1,7 +1,10 @@ --- -name: "Support Question 🚫" +name: "Support Question \U0001F6AB" about: See http://docs.sylius.com/en/latest/support/index.html for questions about using Sylius +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/translations.md b/.github/ISSUE_TEMPLATE/translations.md new file mode 100644 index 0000000000..ac3ddafbed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translations.md @@ -0,0 +1,12 @@ +--- +name: "Translations \U0001F1EC\U0001F1E7" +about: See http://translate.sylius.com/ to add or fix Sylius translations. +title: '' +labels: '' +assignees: '' + +--- + +We use GitHub issues only to discuss Sylius bugs, new features and documentation. + +In order to add or fix translations in Sylius please follow [this guide](https://docs.sylius.com/en/latest/contributing/translations/) or go directly to [Crowdin](http://translate.sylius.com/).