Adding story templates

This commit is contained in:
Brandon Watson 2021-04-11 14:21:48 -04:00
parent dd4632cdb6
commit 733649c62b
3 changed files with 50 additions and 4 deletions

22
.gitea/bug_template.md Normal file
View 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
View 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

View File

@ -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