Skip to content

Commit

Permalink
Merge Feature/46 feature modify feature issue template (#47)
Browse files Browse the repository at this point in the history
* replace user requirements with system requirements format

* Add simple task ticket

* reformat bug report
  • Loading branch information
TSampley authored Sep 16, 2024
1 parent 22f3122 commit 59b5945
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ Platform - tag as Android, iOS, Web, or Desktop
| App Version | (1.0) |

## Description
Clear concise description of the bug:
<Clear, concise description of the bug>

## Reproduction Steps
Steps to reproduce the bug:
1. <Action/Step>
2.
2.

### Expected

### Actual

## References
Screenshots or additional information
<Original Report or other information - design images or screenshots should be placed under expected or actual>
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ assignees: ''
# User Story
As a <role>, I want <to action or feature>, so that <value>.

## Requirements
Itemize user requirements
## Acceptance Criteria

* <descriptions>
- Given <initial condition>
- When <event or action>
- Then <expectation>

## References

* <images or additional imformation>
* <links, images, or thought process>
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Task
about: Small work item that may be awkward to state as a user story - usually a technical task in support of a feature or bug fix.
title: "[TASK] "
labels: enhancement
assignees: ''

---

# Discussion
<A title is often sufficient for small tasks, but please include discussion notes related to potential implementation.>
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Description
<Describe the bug fix in detail. Include any relevant information that may help the reviewer understand the context of the change.>

Resolves:
- #<issue number>

## Investigation and Findings
<Describe the investigation process and findings.>

## Check list
- [ ] Regression Tests Written
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Description
<Describe the enhancement or feature modification in detail. Include any relevant information that may help the reviewer understand the context of the change.>

Resolves:
- #<issue number>

## Check list
- [ ] Tests Written
- [ ] Documentation Updated

0 comments on commit 59b5945

Please sign in to comment.