From 3bf0ce7724b59e1c5224eb15b3898ce3fd7fefd0 Mon Sep 17 00:00:00 2001 From: core <36366790+c0repwn3r@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:40:06 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 1 + .github/ISSUE_TEMPLATE/tracking-issue.md | 1 + 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..6706fb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,39 @@ +--- +name: Bug Report +about: Notice an issue? Create a report to help us improve +title: '' +labels: C-bug, needs-triage, not approved +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. + +**Device (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + + +**Additional context** +Add any other context about the problem here. + +**Checkboxes** +- [ ] I have checked to make sure this issue has not already been reported +- [ ] I am reporting a bug, and not requesting a feature +- [ ] I read these checkboxes instead of just checking them all, and will not check this one +- [ ] This issue does not contain any private information (if it does, please email wm@ztlartcc.org instead!) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index c841a1e..4b55dd2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -4,6 +4,7 @@ about: Suggest an idea for this project title: '' labels: C-feature-request, needs-triage assignees: '' + --- **Feature Request** diff --git a/.github/ISSUE_TEMPLATE/tracking-issue.md b/.github/ISSUE_TEMPLATE/tracking-issue.md index ece06a4..1327cd9 100644 --- a/.github/ISSUE_TEMPLATE/tracking-issue.md +++ b/.github/ISSUE_TEMPLATE/tracking-issue.md @@ -4,6 +4,7 @@ about: Tracking issues for large collections of new features title: 'Tracking Issue: XYZ' labels: C-tracking-issue, needs-triage assignees: '' + --- **Description**