Adding story templates
This commit is contained in:
parent
dd4632cdb6
commit
733649c62b
22
.gitea/bug_template.md
Normal file
22
.gitea/bug_template.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "Bug"
|
||||||
|
about: "Add a bug to the backlog"
|
||||||
|
title: "[Bug] "
|
||||||
|
labels:
|
||||||
|
|
||||||
|
- bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
|
||||||
|
## Actual Behavior
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
## Notes
|
21
.gitea/issue_template.md
Normal file
21
.gitea/issue_template.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "New Story"
|
||||||
|
about: "Add a new story to the backlog"
|
||||||
|
title: "[Feature] "
|
||||||
|
labels:
|
||||||
|
|
||||||
|
- feature
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Story
|
||||||
|
**As a**:
|
||||||
|
**I want**:
|
||||||
|
**So that**:
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
## Notes
|
@ -8,8 +8,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "aurora-proto"
|
"path": "aurora-proto"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".gitea"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/obj": true
|
"**/obj": true
|
||||||
|
Loading…
Reference in New Issue
Block a user