Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam0Cow committed Sep 23, 2023
1 parent 8bce5a5 commit b5fdb71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ 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?
2. Which requirements are being tested
3. Which test is used?
4. What is the hardware configuration?
5. What combination of inputs cause the error?
6. What does the error look like?

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down
3 changes: 2 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ There are exceptions with all guidelines. As long as your decisions are justifie
- [ ] Software feature has test associated with it
- [ ] Software feature has documentation for it updated
- [ ] Test provides useful information and uses relevant data to accurately represent Controls
- [ ] Tested on hardware
- NOTE: If test file already exists, use that one
- [ ] If applicable, have you added the new feature to main.c
- [ ] Did you Have Fun?
- [ ] Did you have fun?

## Things to Consider
- [ ] Even if the above are checked, is this the best way of writing my code?
Expand Down

0 comments on commit b5fdb71

Please sign in to comment.