From 42e1d00062a300957e3001fc0b1b94072c28000b Mon Sep 17 00:00:00 2001 From: TechStreet Date: Thu, 4 Jan 2024 09:32:42 +0000 Subject: [PATCH] add: issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..9b05e97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Create a report to help us improve the mod. +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +[A clear and simple description of what the bug is **Remove this line!**] + +**To Reproduce** +Steps to reproduce the behaviour: +1. [replace with] +2. [all the steps] +3. [required to explain] +4. [how to reproduce] +5. [remove/add steps as you see fit] + +**Screenshot/Video** +[Screenshots/video evidence of the issue occuring is applicable. **Remove this line!**] + +**Effected Scripts** +[Add any website links to effected scripts. **Remove this line!**] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f70a98a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord Contact + url: https://discord.gg/gtfFwWEapx + about: Contact us via our discord \ No newline at end of file