Skip to content
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/01_ability.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Ability bug
description: An ability behaves in a way it probably should not.

labels: ["ability-bug"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Ability name
placeholder: i.e. Spell steal
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/02_item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Item bug
description: An item behaves in a way it probably should not.

labels: ["item"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Item name
placeholder: i.e. Blink Dagger
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/03_cosmetic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Cosmetic bug
description: A cosmetic item is missing particles, positioned wrong, etc.

labels: ["cosmetic"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Cosmetic Item Name
placeholder: i.e. Mask of Inscrutable Zeal
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/04_tooltips.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Incorrect tooltip
description: A tooltip is wrong in some way - typos, spell amp does not affect damage numbers, talent changes not showing, etc.

labels: ["tooltip"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Hero, Item, Spell, etc.
placeholder: i.e. Rubick - Spell steal
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/05_dota-plus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Dota Plus bug
description: Something related to Dota Plus does not function properly.

labels: ["dota-plus"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Dota Plus Feature Name
placeholder: i.e. Relics for Phantom Assassin
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/06_battle-pass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Battle Pass bug
description: Something related to Battle Pass does not function properly.

labels: ["battle-pass"]

body:
- type: markdown
attributes:
value: |
### ❗Before making a post.
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
If this is the case - **please, do not post duplicates**.
Instead, just **upvote with "πŸ‘" reaction** the original issue and comment extra details if any.
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
* If so, you can start typing your post using fields below and title above.
Try to provide as much information as possible about the bug.
* Make sure your post is easily searchable, i.e. use full standard hero names, full ability names.

- type: input
id: name
attributes:
label: Battle Pass Feature Name
placeholder: i.e. Weekly Quests from week 14
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
description: |
What is the problem? Describe steps to reproduce the issue. Please attach videos or screenshots if possible.
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
Let's make sure you've properly done due diligence when reporting this issue!
options:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
required: true

- type: markdown
attributes:
value: |
### After making a post.
* Don't forget to upvote πŸ‘ your own issue after posting. Thank you!
Loading