diff --git a/.github/ISSUE_TEMPLATE/01_ability.yaml b/.github/ISSUE_TEMPLATE/01_ability.yaml new file mode 100644 index 0000000..45cbfe3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_ability.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02_item.yaml b/.github/ISSUE_TEMPLATE/02_item.yaml new file mode 100644 index 0000000..1b9000e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_item.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/03_cosmetic.yaml b/.github/ISSUE_TEMPLATE/03_cosmetic.yaml new file mode 100644 index 0000000..6b2607f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_cosmetic.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/04_tooltips.yaml b/.github/ISSUE_TEMPLATE/04_tooltips.yaml new file mode 100644 index 0000000..963af3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_tooltips.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/05_dota-plus.yaml b/.github/ISSUE_TEMPLATE/05_dota-plus.yaml new file mode 100644 index 0000000..6f6dd14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_dota-plus.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/06_battle-pass.yaml b/.github/ISSUE_TEMPLATE/06_battle-pass.yaml new file mode 100644 index 0000000..d960c7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/06_battle-pass.yaml @@ -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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/07_dota-client.yaml b/.github/ISSUE_TEMPLATE/07_dota-client.yaml new file mode 100644 index 0000000..6477818 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/07_dota-client.yaml @@ -0,0 +1,61 @@ +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. + * Make sure your post is easily searchable, i.e. use full standard hero names, full ability names. + + - 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 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! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/08_dotatv-replay copy.yaml b/.github/ISSUE_TEMPLATE/08_dotatv-replay copy.yaml new file mode 100644 index 0000000..478cb65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/08_dotatv-replay copy.yaml @@ -0,0 +1,53 @@ +name: Dota TV or Replays bug +description: Bugs that are only related to Dota TV or Replays. + +labels: ["dotatv-replay"] + +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: 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! diff --git a/.github/ISSUE_TEMPLATE/09_qol-suggestion.yaml b/.github/ISSUE_TEMPLATE/09_qol-suggestion.yaml new file mode 100644 index 0000000..0a9b714 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/09_qol-suggestion.yaml @@ -0,0 +1,54 @@ +name: Quality of Life suggestion +description: Not a bug but something can work better. Important - it must be uncontroversial, rather small technical task. + +labels: ["qol-suggestion"] + +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: Summary + description: A short summary of what your suggestion request is. + placeholder: Enter summary + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Description + description: > + What problem is your suggestion trying to solve? What becomes easier or possible when this suggestion is implemented?. + placeholder: Enter description + 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! diff --git a/.github/ISSUE_TEMPLATE/10_other.yaml b/.github/ISSUE_TEMPLATE/10_other.yaml new file mode 100644 index 0000000..b824c95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10_other.yaml @@ -0,0 +1,53 @@ +name: Other +description: The other templates do not fit your problem? + +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: 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 + - label: Other templates do not fit my problem. (This is important for correct labelling of the post) + require: true + + - type: markdown + attributes: + value: | + ### After making a post. + * Don't forget to upvote ๐Ÿ‘ your own issue after posting. Thank you! diff --git a/.github/ISSUE_TEMPLATE/ability-draft.yaml b/.github/ISSUE_TEMPLATE/ability-draft.yaml deleted file mode 100644 index bbe3a58..0000000 --- a/.github/ISSUE_TEMPLATE/ability-draft.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Ability Draft -description: A problem in the Ability Draft game mode - -labels: ["ability-draft"] - -body: - - type: textarea - id: desc - attributes: - label: Description - 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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ability.yaml b/.github/ISSUE_TEMPLATE/ability.yaml deleted file mode 100644 index 5de731c..0000000 --- a/.github/ISSUE_TEMPLATE/ability.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Ability Bug -description: An ability behaves in a way it probably shouldn't! - -labels: ["ability"] - -body: - - type: input - id: name - attributes: - label: Ability name - placeholder: ex. Spell steal - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Description - 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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..fcd1af4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +blank_issues_enabled: false +contact_links: + - name: Linux and Mac Related Issues + about: > + Those issues should be post in Linux/Mac specific bug tracker instead which is just /Dota-2. + url: https://github.com/ValveSoftware/Dota-2 + - 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/ \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/cosmetic.yaml b/.github/ISSUE_TEMPLATE/cosmetic.yaml deleted file mode 100644 index e53d465..0000000 --- a/.github/ISSUE_TEMPLATE/cosmetic.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: Cosmetic Bug -description: A cosmetic item is missing particles, positioned wrong, etc. - -labels: ["cosmetic"] - -body: - - type: input - id: name - attributes: - label: Cosmetic Item Name - placeholder: ex. Mask of Inscrutable Zeal - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Description - placeholder: What is the problem? - validations: - required: true - - - type: input - id: match-id - attributes: - label: Example Match ID - placeholder: ex. 6575941888 - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - placeholder: If you have any, paste them here! - validations: - required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/item.yaml b/.github/ISSUE_TEMPLATE/item.yaml deleted file mode 100644 index bc016b9..0000000 --- a/.github/ISSUE_TEMPLATE/item.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Item Bug -description: An item behaves in a way it probably shouldn't! - -labels: ["item"] - -body: - - type: input - id: name - attributes: - label: Item name - placeholder: ex. Blink Dagger - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Description - placeholder: What is the problem? - validations: - required: true - - - type: input - id: match-id - attributes: - label: Example Match ID and Timestamp - placeholder: ex. 6575941888 - 03:22 - validations: - required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml deleted file mode 100644 index 3425290..0000000 --- a/.github/ISSUE_TEMPLATE/other.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Other -description: The other templates don't fit your problem? - -body: - - type: textarea - id: desc - attributes: - label: Description - 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: false - - - type: textarea - id: screenshots - attributes: - label: Screenshots - placeholder: If you have any, paste them here! - validations: - required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/tooltips.yaml b/.github/ISSUE_TEMPLATE/tooltips.yaml deleted file mode 100644 index 14496d3..0000000 --- a/.github/ISSUE_TEMPLATE/tooltips.yaml +++ /dev/null @@ -1,29 +0,0 @@ -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: input - id: name - attributes: - label: Hero and spell - placeholder: ex. Rubick - Spell steal - validations: - required: true - - - type: textarea - id: desc - attributes: - label: Description - placeholder: What is the problem? - validations: - required: true - - - type: textarea - id: screenshots - attributes: - label: Screenshots - placeholder: If you have any, paste them here! - validations: - required: false \ No newline at end of file diff --git a/README.md b/README.md index 8d936ca..0c2bde4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,45 @@ -# Dota2 +# โ”Read this FAQ before posting/using the Bug Tracker + +Q: I want to submit a bug report. What do I do? + +* **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 the original issue with "๐Ÿ‘" reaction** and comment extra details if any. +* And only then, if your issue was not posted before - you can make your post using [issue forms](https://github.com/ValveSoftware/Dota2-Gameplay/issues/new/choose). Try to provide as much information as possible about the bug. + +Q: I don't have bugs to report. How do I use this bug tracker as a visitor? + +* Just browse the repository and **upvote with "๐Ÿ‘" issues** that you think need to be addressed by the dev team with higher priority. Upvotes are essential part of this repository structure and we cannot stress enough how important they are for us to track what's really significant for the community. +* Tip: use Search, Sort, Filters features for easier browsing. + +Q: I'm here for the first time. But there are thousands of issues opened, hard to navigate... How can I help the most in these circumstances? Where do I start? + +* A good start would be opening [Issues sorted by "๐Ÿ‘" reactions page](https://github.com/ValveSoftware/Dota2-Gameplay/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc), browse as many pages as you can and **upvote with "๐Ÿ‘"** those issues that you think are important. + +* Read this page: [How To Submit A Bug Report?](.github/HELP/HELP.md) + +Q: I can spare a few minutes every day/week/month. How can I help the most? + +* Bookmark [issues sorted by Newest page](https://github.com/ValveSoftware/Dota2-Gameplay/issues?q=is%3Aopen+is%3Aissue) and **upvote with "๐Ÿ‘"** those issues that you think should be prioritized by the dev team. +* If somebody makes a mistake of making a duplicate post and you notice it, then please, kindly, ask them to close the issue with reference to the original issue so they can upvote the said issue instead. + +Q: Can I post Quality of Life suggestions and not only bug reports? + +* We look at this repository as a "source of small-ish tasks a dev on Dota could do work on that would make the game better." The key points to a good issue here are that the work be important to you, that it be uncontroversial, and that it be a technical task that can be done and closed out. So far, it appears to work best as a channel for "please fix this gameplay bug" or "please do this small QoL thing" or "this econ item is broken". + +Q: Any rules to follow? +* Just remember to be kind to everyone here - we all love the game and we're all trying to make it the best possible. + +--- +# ๐ŸงŠ๐Ÿธ Dota 2 Bug Tracker Public Bug Tracker for Dota2 Please submit gameplay bugs for the Dota team to look at here. We'd like to use the "thumbs up" reaction as an upvote to track priority from the community, so to "+1" an issue please add a thumbs up reaction to it. -Remember to be kind to everyone here - we all love the game and we're all trying to make it the best possible. - This is an experiment for the team so please be understanding as we figure out what works and what doesn't with this. -Thank you! - -# Bug Tracker Update +Thank you! + +# Bug Tracker Update (07/June/2022) The bug tracker opened on June 2nd and with the update shipping tomorrow (June 8th), now feels like a good time to review how the experiment is going. @@ -61,6 +90,6 @@ Thank you to everyone who's submitted an issue, commented on an issue or voted f -## **Links** +# **Links** - [**How To Submit A Bug Report?**](.github/HELP/HELP.md)