From 733649c62bf97677eaffc7df0d6c790b44dca06e Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Sun, 11 Apr 2021 14:21:48 -0400 Subject: [PATCH] Adding story templates --- .gitea/bug_template.md | 22 ++++++++++++++++++++++ .gitea/issue_template.md | 21 +++++++++++++++++++++ aurora.code-workspace | 11 +++++++---- 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 .gitea/bug_template.md create mode 100644 .gitea/issue_template.md diff --git a/.gitea/bug_template.md b/.gitea/bug_template.md new file mode 100644 index 0000000..74b1f8e --- /dev/null +++ b/.gitea/bug_template.md @@ -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 diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 0000000..963f1a0 --- /dev/null +++ b/.gitea/issue_template.md @@ -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 diff --git a/aurora.code-workspace b/aurora.code-workspace index 8d07a0e..c9e437f 100644 --- a/aurora.code-workspace +++ b/aurora.code-workspace @@ -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