From 222e3cdf6c1cd36bb4fbbd30ffb80fc3f5846e23 Mon Sep 17 00:00:00 2001 From: Waterdev <30842467+UnrealValentin@users.noreply.github.com> Date: Tue, 4 May 2021 10:55:54 +0200 Subject: [PATCH] Added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++ .github/ISSUE_TEMPLATE/module-request.md | 20 +++++++++++++ .github/ISSUE_TEMPLATE/other-issue.md | 10 +++++++ 4 files changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/module-request.md create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7f7365f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +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. + +**Please fill in the following information:** + - OS: [e.g. Windows]: + - Java Version [e.g. 11.0.9]: + - Version [e.g. v1.0]: + - Used Modules [eg. Ores]: + - Used Mods: + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**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/module-request.md b/.github/ISSUE_TEMPLATE/module-request.md new file mode 100644 index 0000000..7e54a30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/module-request.md @@ -0,0 +1,20 @@ +--- +name: Module Request +about: Request a new module to be added and maintained officially by HMCore. +title: '' +labels: enhancement +assignees: '' + +--- + +**What module do you want us to add?** +A clear description of the module and all its functionalities. + +**Why do you want this module to be added? Has it something to do with a problem you encountered** +A clear description of why you want this module to be added. Maybe list some problems that would be solved by this module. + +**How important is this module?** +How important the need of this module would be. + +**Anything else to say?** +-- diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 0000000..5a13d6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,10 @@ +--- +name: Other issue +about: Do you have any other issue not listed in the other options? +title: '' +labels: '' +assignees: '' + +--- + +