diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f141e1cf..58bde0b3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,26 +7,14 @@ assignees: '' --- -# READ BEFORE OPENING ISSUES +1. Describe the bug + *A clear and concise description of what the bug is.* +2. Steps to reproduce the behavior +3. Send logs + *The latest log file is ABSOLUTELY MANDATORY* +4. Add screenshots -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Log** -The latest log file is ABSOLUTELY MANDATORY. - -# Forbidden -**DO NOT** report issues to ask where is "insert your favorite asset here". -**DO NOT** report issues if you have one or more AES errors. +**DO NOT** report issues to ask where is . +**DO NOT** report issues if you have AES errors. Without following the rules above, your issue will be closed without explanation. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0075f9ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement, suggestion +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. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered.