diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7db4ee0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: If you think you encountered something unexpected +title: '' +labels: bug +assignees: alexcrea + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Technical informations** +Server version & framework. (/version) +Plugin version if applicable (/version CustomAnvil) +List of plugin that may interact with CustomAnvil if applicable + +**Errors** +If any errors was displayed on the console. please provide it. + +**Configuration** +Provide relavent configuration files if no error found or if you think the error is related to your configuration. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1f9c4e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for Custom Anvil +title: '' +labels: enhancement +assignees: alexcrea + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Idea how to integrate it** +How and where do you think the config of your feature should like +How and where do you think the config gui for your feature should look like + +**Additional context** +Add any other context about the feature request here.