From 8c62a88fd171a51880fc871a04b486913026eb68 Mon Sep 17 00:00:00 2001 From: Remy <107559570+hrszpuk@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:38:16 +0100 Subject: [PATCH] Added issue templates --- .../feature-language-request.md | 21 ++++++++++++ .github/ISSUE_TEMPLATE/issue-bug-report.md | 32 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-language-request.md create mode 100644 .github/ISSUE_TEMPLATE/issue-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-language-request.md b/.github/ISSUE_TEMPLATE/feature-language-request.md new file mode 100644 index 0000000..57194b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-language-request.md @@ -0,0 +1,21 @@ +--- +name: Feature/Language request +about: Suggest additional information, or additional language implementations., to + be added to the repository. +title: "[REQUEST]" +labels: enhancement, help wanted +assignees: hrszpuk + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/issue-bug-report.md b/.github/ISSUE_TEMPLATE/issue-bug-report.md new file mode 100644 index 0000000..e069ae2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-bug-report.md @@ -0,0 +1,32 @@ +--- +name: Issue/bug report +about: Create an issue/bug report to inform us of problems with our code, explanation, + or repository setup. +title: "[ISSUE] " +labels: bug, documentation, question +assignees: hrszpuk + +--- + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** (optional) +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** (optional) +A clear and concise description of what you expected to happen. + +**Screenshots** (optional) +If applicable, add screenshots to help explain your problem. + +**Platform (please complete the following information):** (optional) + - OS: [e.g. Windows, MacOS, Linux] + - Version [e.g. v1.0.0] + +**Additional context** +Add any other context about the problem here.