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: +