From 3fe24adf0f5da3aa3d6483f62a75a17b7640c4de Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Wed, 17 Nov 2021 13:06:28 +1300 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1585c5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Report a bug +title: '' +labels: bug +assignees: '' + +--- + +### Your Environment + +- **Version:** +- **Affected Component:** +- **Affected Subcomponent:** +- **Deployment Environment:** + +### Describe the Issue + +A clear and concise description of what the bug is. + +**To Reproduce** +Do the following: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here (e.g. logs).