mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add translations issue template
This commit is contained in:
parent
a60ce9182d
commit
b0e8ae0903
6 changed files with 31 additions and 5 deletions
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
6
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -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**
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: "Documentation Issue 📖"
|
||||
name: "Documentation Issue \U0001F4D6"
|
||||
about: Report missing or bugged documentation
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/feature-request.md
vendored
3
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: Feature request ✅
|
||||
about: Suggest an idea for a feature or improvement
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
5
.github/ISSUE_TEMPLATE/security-issue.md
vendored
5
.github/ISSUE_TEMPLATE/security-issue.md
vendored
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: "Security Issue 🔐"
|
||||
name: "Security Issue \U0001F510"
|
||||
about: Please contact us at security@sylius.com
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
5
.github/ISSUE_TEMPLATE/support-question.md
vendored
5
.github/ISSUE_TEMPLATE/support-question.md
vendored
|
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
12
.github/ISSUE_TEMPLATE/translations.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/translations.md
vendored
Normal file
|
|
@ -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/).
|
||||
Loading…
Add table
Reference in a new issue