Skip to content

Commit

Permalink
Merge pull request #345 from MrRowey/imporve-issuse-templates
Browse files Browse the repository at this point in the history
Add Issue Templates
  • Loading branch information
L-e-x-o-n authored Jul 9, 2024
2 parents 72b81e6 + d42e8ad commit 2ec5719
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
@@ -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._
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
@@ -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._
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blank_issues_enabled: false
contact_links:
- name: Beyond All Reason Discord Server
url: https://discord.gg/beyond-all-reason

0 comments on commit 2ec5719

Please sign in to comment.