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
|
@ -1,15 +1,18 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "aurora-sharp-desktop"
|
||||
"path": "aurora-sharp-desktop"
|
||||
},
|
||||
{
|
||||
"path": "aurora-cradle-sharp"
|
||||
"path": "aurora-cradle-sharp"
|
||||
},
|
||||
{
|
||||
"path": "aurora-proto"
|
||||
"path": "aurora-proto"
|
||||
},
|
||||
{
|
||||
"path": ".gitea"
|
||||
}
|
||||
],
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"**/obj": true
|
||||
|
Loading…
Reference in New Issue
Block a user