Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''

---

### Description:
<!--Detailed description of issue. Include what the issue is, and the expected outcome.-->
### To Reproduce:
<!--Bulleted list of steps to reproduce the issue.-->

---
### Urgency
- [ ] Nice to Have
- [ ] Important
- [ ] Actively Halting Development
### Impacted Modes:
- [ ] Disabled
- [ ] Teleop
- [ ] Auto
- [ ] Simulation
### Impacted Systems:
- [ ] Drive
- [ ] Vision
- [ ] Autonomous
- [ ] Logging
- [ ] Mechanism(s) <!--List mechanisms here, if any are impacted.-->
### When?
- [ ] Periodic
- [ ] Init
- [ ] Command
### File(s) of Focus:
<!--File name and/or path, along with specific lines to focus on.-->
### Resources:
<!--Link any relevant documentation, videos, Chief Delphi threads, or other information sources here.-->
---
### Screenshots/GIFs/Videos:
<!--Paste media here.-->
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''

---

### Description:
<!--Detailed description of issue. Include what the issue is, and the expected outcome.-->
#### 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) <!--List mechanisms here, if any are impacted.-->
### When?
- [ ] Periodic
- [ ] Init
- [ ] Command
### File(s) of Focus:
<!--File name and/or path, along with specific lines to focus on.-->
### Resources:
<!--Link any relevant documentation, videos, Chief Delphi threads, or other information sources here.-->
---
### Screenshots/GIFs/Videos:
<!--Paste media here.-->
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Task
about: Housekeeping and other miscellaneous work.
title: "[TASK]"
labels: ''
assignees: ''

---

### Description:
<!--Detailed description of issue. Include what the issue is, and the expected outcome.-->
### Category:
- [ ] Documentation
- [ ] Refactoring / Cleanup
- [ ] Testing
- [ ] Tuning/Calibration
- [ ] Setup / Configuration
- [ ] Other: <!--Specify-->

---
### Urgency
- [ ] Nice to Have
- [ ] Important
- [ ] Critical
### Impacted Modes:
- [ ] Disabled
- [ ] Teleop
- [ ] Auto
- [ ] Simulation
### Impacted Systems:
- [ ] Drive
- [ ] Vision
- [ ] Autonomous
- [ ] Logging
- [ ] Mechanism(s) <!--List mechanisms here, if any are impacted.-->
### When?
- [ ] Periodic
- [ ] Init
- [ ] Command
### File(s) of Focus:
<!--File name and/or path, along with specific lines to focus on.-->
### Resources:
<!--Link any relevant documentation, videos, Chief Delphi threads, or other information sources here.-->
---
### Screenshots/GIFs/Videos:
<!--Paste media here.-->