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