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