diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml new file mode 100644 index 000000000..c609af065 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -0,0 +1,51 @@ +name: Bug Report +description: Create a report to describe a bug +title: '[Bug]: ' +labels: ['bug'] + +body: + - type: markdown + attributes: + value: | + Thank you for reporting a bug! This template will help you with creating a report that we can use to understand the bug. + + - This repository is maintained by volunteers, it may take a while for them to come back to you. + - Remember to include sufficient details and context. + - If you have multiple questions, suggestions, or bugs, please submit them in separate issues. + - We accept pull request. If you know how to fix it - go ahead! + + Please provide the following details about the issue you encountered. + - type: markdown + attributes: + value: Provide a clear & concise details about the bug. + - type: textarea + id: describe + attributes: + label: Describe the Bug + description: A clear and concise description of what the bug is. Do not forget to append the game logs. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: Reproduce the bug + description: A clear and concise set of instructions on how to reproduce the issue. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false + - type: markdown + attributes: + value: _This bug report will be read by people that have not experienced the bug themselves - this report is all they have to investigate. The more precise your report, the easier it becomes for us to help you._ diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml new file mode 100644 index 000000000..2bcdfe532 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -0,0 +1,47 @@ +name: Feature request +description: Create a feature request +title: '[Feature]: ' +labels: ['feature request'] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time in making a Feature Request. + + - This repository is maintained by volunteers, it may take a while for them to come back to you. + - Remember to include sufficient details and context. + - If you have multiple Idea's or suggestions, please submit them in separate issues. + - We accept pull request. If you know how to fix it - go ahead! + - type: textarea + id: describe + attributes: + label: Describe the Feature + description: A clear and concise description of what the feature is. + validations: + required: true + - type: textarea + id: behavior + attributes: + label: Expected Behavior + description: If applicable, a clear and concise description of what you expect to happen in various scenario's. + validations: + required: false + - type: textarea + id: images + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your feature. + validations: + required: false + - type: textarea + id: Additional + attributes: + label: Additional context + description: Add any other context about the feature here. + validations: + required: false + - type: markdown + attributes: + value: | + _This feature request will be read by people that are unable to look into your thoughts - this request is all they have to determine the viability of the feature. The more precise your request, the easier it becomes for us to help you._ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..e0918eb7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +blank_issues_enabled: false +contact_links: + - name: Beyond All Reason Discord Server + url: https://discord.gg/beyond-all-reason