Skip to content

Commit

Permalink
Update Issue Ticket templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam0Cow committed Sep 23, 2023
1 parent 2eab2d7 commit b046e3a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Report a bug in the Controls System
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Which feature is being tested?
2. Which test is used?
3. What is the hardware configuration?
4. What combination of inputs cause the error?
5. What does the error look like?

**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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a new feature for Controls
title: ''
labels: enhancement
assignees: ''

---

**Describe the problem this feature will solve**
A clear and concise description of what the problem is.

**Describe the proposed solution**
A clear and concise description of what you want to happen.

**Describe possible alternatives**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit b046e3a

Please sign in to comment.