diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..d586ed5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: File a bug report for one of the addons +title: "[Bug] Summary goes here" +labels: bug +assignees: chev2 + +--- + +**Addon name** +The name of the addon (or addons) that contain the bug. + +**Bug description** +A clear and concise description of what the bug is. +If your bug involves Lua errors, please paste them in code blocks like this: +``` +Example codeblock +``` + +**To reproduce** +Steps to reproduce the behavior: +1. List the steps +2. to reproduce +3. the bug. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional info** +Add any other info about the bug here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..007d02a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request] Summary goes here" +labels: enhancement +assignees: chev2 + +--- + +**Addon name** +The addon (or addons) to suggest an idea for. + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.