diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..37e962cd20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help improve Vineflower +title: '' +labels: bug +assignees: '' + +--- + +## Quiltflower version +Replace this text with the version of Vineflower that you are using. + +## Describe the bug +Replace this text with a clear and concise description of what the bug is. + +## Additional information +Replace this text with any stacktraces, screenshots, example code, or class files (Only if you have the rights to distribute them!) here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..7436991ae2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea to improve Vineflower +title: '' +labels: enhancement +assignees: '' + +--- + +## 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. + +## Additional context +Add any other context or screenshots about the feature request here.