-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Feature/46 feature modify feature issue template (#47)
* replace user requirements with system requirements format * Add simple task ticket * reformat bug report
- Loading branch information
Showing
5 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |