Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Feature/46 feature modify feature issue template #47

Merged
merged 4 commits into from
Sep 16, 2024
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
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