Skip to content

Commit

Permalink
some changes for Add issue templates #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob1010-h committed Jan 29, 2024
1 parent 485ab97 commit c11ba20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
name: Bug report
name: BUG
about: Create a report to help us improve
title: ''
labels: bug, enhancement, help wanted
assignees: ''

---

**Story**
## Story
A clear and concise description of what the bug is and why it's what you are experiencing is bad

**Expected behavior / AC**
The excepted behavior of the program / the acceptance criteria for the bug to be completed.
## Expected behavior / AC
- [ ] The excepted behavior of the program / the acceptance criteria for the bug to be completed.

**Screenshots**
## Screenshots
If applicable, add screenshots to help explain your problem.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: Feature request
name: NEW FEATURE
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---
**Story**
## Story
Why are you making this feature? Please make a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
## Solution
A clear and concise description of what you want to happen.

**Acceptance Criteria**
The AC for the new feature to be completed in it's entirety.
## AC
- [ ] The AC for the new feature to be completed in it's entirety.

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

0 comments on commit c11ba20

Please sign in to comment.