From bff84370b24967b55ab3ed649085046e9bfd5412 Mon Sep 17 00:00:00 2001 From: Tomo <68489118+Tomodachi94@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:57:25 -0800 Subject: [PATCH] Create issue templates (#50) --- .github/ISSUE_TEMPLATES/bug.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATES/feature.md | 13 +++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/bug.md create mode 100644 .github/ISSUE_TEMPLATES/feature.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: 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 + +