From af17a7c4789cac66cf7d2183f9fbcfe535472fbe Mon Sep 17 00:00:00 2001 From: Aztechs157-Git Date: Tue, 21 Oct 2025 20:29:47 -0400 Subject: [PATCH] Update issue templates actually this time :) --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 48 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/task.md | 46 ++++++++++++++++++++++ 3 files changed, 135 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/task.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..38f9028 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +### Description: + +### To Reproduce: + + +--- +### Urgency +- [ ] Nice to Have +- [ ] Important +- [ ] Actively Halting Development +### Impacted Modes: +- [ ] Disabled +- [ ] Teleop +- [ ] Auto +- [ ] Simulation +### Impacted Systems: +- [ ] Drive +- [ ] Vision +- [ ] Autonomous +- [ ] Logging +- [ ] Mechanism(s) +### When? +- [ ] Periodic +- [ ] Init +- [ ] Command +### File(s) of Focus: + +### Resources: + +--- +### Screenshots/GIFs/Videos: + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcf190 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,48 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +### Description: + +#### Type: +- [ ] New Feature +- [ ] Improvement to Existing Feature +### Category: +- [ ] Software +- [ ] Controls/Mechanism +- [ ] Controllers/Buttons/Human Interface +- [ ] UI/Dashboard +- [ ] Logging + +--- +### Urgency +- [ ] Nice to Have +- [ ] Important +- [ ] Critical +### Impacted Modes: +- [ ] Disabled +- [ ] Teleop +- [ ] Auto +- [ ] Simulation +### Impacted Systems: +- [ ] Drive +- [ ] Vision +- [ ] Autonomous +- [ ] Logging +- [ ] Mechanism(s) +### When? +- [ ] Periodic +- [ ] Init +- [ ] Command +### File(s) of Focus: + +### Resources: + +--- +### Screenshots/GIFs/Videos: + diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..b38c49a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,46 @@ +--- +name: Task +about: Housekeeping and other miscellaneous work. +title: "[TASK]" +labels: '' +assignees: '' + +--- + +### Description: + +### Category: +- [ ] Documentation +- [ ] Refactoring / Cleanup +- [ ] Testing +- [ ] Tuning/Calibration +- [ ] Setup / Configuration +- [ ] Other: + +--- +### Urgency +- [ ] Nice to Have +- [ ] Important +- [ ] Critical +### Impacted Modes: +- [ ] Disabled +- [ ] Teleop +- [ ] Auto +- [ ] Simulation +### Impacted Systems: +- [ ] Drive +- [ ] Vision +- [ ] Autonomous +- [ ] Logging +- [ ] Mechanism(s) +### When? +- [ ] Periodic +- [ ] Init +- [ ] Command +### File(s) of Focus: + +### Resources: + +--- +### Screenshots/GIFs/Videos: +