From 319b94aaf1d7489ca0285f364393cc86f5e09749 Mon Sep 17 00:00:00 2001 From: Tomodachi94 <68489118+Tomodachi94@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:40:11 -0800 Subject: [PATCH 1/2] Create bug.md Allows the developers to get more info from bug reports. --- .github/ISSUE_TEMPLATES/bug.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/bug.md diff --git a/.github/ISSUE_TEMPLATES/bug.md b/.github/ISSUE_TEMPLATES/bug.md new file mode 100644 index 0000000..cb10f7d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bug.md @@ -0,0 +1,17 @@ +--- +name: Bug Report +about: Did something go wrong? File an issue! +title: Good titles include first line of stack trace or short summary of problem +labels: bug +--- + +# Details + +## Further context + +## Versions +Branch: + +Opus Version: + +CraftOS Version: -- 2.49.1 From 49331307cca86c397525b12f2497f0ecb4b9cf9a Mon Sep 17 00:00:00 2001 From: Tomodachi94 <68489118+Tomodachi94@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:48:09 -0800 Subject: [PATCH 2/2] Create feature.md --- .github/ISSUE_TEMPLATES/feature.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/feature.md diff --git a/.github/ISSUE_TEMPLATES/feature.md b/.github/ISSUE_TEMPLATES/feature.md new file mode 100644 index 0000000..143b071 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/feature.md @@ -0,0 +1,13 @@ +--- +name: Enhancement +about: Suggest a new feature or change to Opus. +labels: enhancement +--- + +# Summary + +## Additional Context + +## Related + + -- 2.49.1