diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..39410a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a crash or bug with Netherite Plus +title: "[Fabric | Forge] - Bug/Issue" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Please indicate which mod platform you are using. + +**To Reproduce** +Steps to reproduce the crash/bug + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/compatibility-conflict.md b/.github/ISSUE_TEMPLATE/compatibility-conflict.md new file mode 100644 index 0000000..bcc69d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compatibility-conflict.md @@ -0,0 +1,12 @@ +--- +name: Compatibility conflict +about: Add compatibility to with another mod +title: Add compatibility for [Mod] +labels: Compatibility +assignees: '' + +--- + +**What is the mod and for which platform is it for** + +**What feature(s) is in conflict** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..14a2303 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for Netherite Plus +title: '' +labels: enhancement +assignees: '' + +--- + +*Describe the feature you'd like** +A clear and concise description of what you want to happen. + +**Describe how this feature adheres to the vanilla feel** + +**Additional context** +Examples of other mods having similar features (Not required).