Skip to content

Commit

Permalink
New templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluerie committed Jan 19, 2023
1 parent 19d4383 commit 009929f
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/01_ability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
id: name
attributes:
label: Ability name
placeholder: ex. Spell steal
placeholder: i.e. Spell steal
validations:
required: true

Expand All @@ -38,7 +38,7 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02_item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
id: name
attributes:
label: Item name
placeholder: ex. Blink Dagger
placeholder: i.e. Blink Dagger
validations:
required: true

Expand All @@ -38,7 +38,7 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/03_cosmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
id: name
attributes:
label: Cosmetic Item Name
placeholder: ex. Mask of Inscrutable Zeal
placeholder: i.e. Mask of Inscrutable Zeal
validations:
required: true

Expand All @@ -38,7 +38,7 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/04_tooltips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
id: name
attributes:
label: Hero, Item, Spell, etc.
placeholder: ex. Rubick - Spell steal
placeholder: i.e. Rubick - Spell steal
validations:
required: true

Expand All @@ -38,7 +38,7 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

Expand Down
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/05_dota-plus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
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.
* Thank you!
- 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.
required: true
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/06_battle-pass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
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.
* Thank you!
- 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.
required: true
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/07_dota-client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Dota 2 Client bug
description: Something does not function properly outside the game, i.e. Main Menu or Watch Tab.

labels: ["dota-client"]

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.
* Thank you!
- type: input
id: name
attributes:
label: Dota 2 Feature Name
placeholder: i.e. Fantasy Page
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.
required: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Ability Draft
description: A problem in the Ability Draft game mode
name: Dota TV, Replay Bug
description: Bugs that only related to Dota TV or Replays.

labels: ["ability-draft"]
labels: ["dotatv-replay"]

body:
- type: markdown
Expand Down Expand Up @@ -30,10 +30,10 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

- type: checkboxes
id: checklist
attributes:
Expand All @@ -44,4 +44,4 @@ body:
- label: I have searched the existing issues and my post is not a duplicate.
required: true
- label: I read the FAQ.
required: true
required: true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug
description: Report broken or incorrect behaviour.
name: Other
description: The other templates don't fit your problem?

body:
- type: markdown
Expand Down Expand Up @@ -28,7 +28,7 @@ body:
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
placeholder: i.e. 6575941888 - 03:22
validations:
required: true

Expand Down
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
blank_issues_enabled: false
blank_issues_enabled: false
contact_links:
- name: Steam Support
about: >
This repository is not Steam Support. For problems with your account, please contact Steam Support instead.
url: https://help.steampowered.com/en/wizard/HelpWithGame/?appid=570
- name: r/Dota2 subreddit
about: >
This repository is not a forum either.
Topics like cheating, smurfing, patch suggestions, venting are out of the scope and better suited for reddit posts.
url: https://www.reddit.com/r/DotA2/

0 comments on commit 009929f

Please sign in to comment.