diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a4a26225 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug, unconfirmed +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 10] + - If applicable: Browser [e.g. chrome, safari] + - Version [e.g. 3.99.0.0 - See 'Help > About E:D Market Connector'] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new-translation-language.md b/.github/ISSUE_TEMPLATE/new-translation-language.md new file mode 100644 index 00000000..65546208 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-translation-language.md @@ -0,0 +1,14 @@ +--- +name: New translation language +about: New languages for translations +title: "[Translations] New language - " +labels: Translations +assignees: '' + +--- + +Language: the new translation you'd like to help add. + +**You should only open an issue if you're able to contribute to the new translation yourself.** + +See https://github.com/EDCD/EDMarketConnector/wiki/Translations for guidelines.