Skip to content

Commit c262ef7

Browse files
committed
Adding QoL template
1 parent 009929f commit c262ef7

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed
File renamed without changes.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Quality of Life Suggestion
2+
description: No bug but something can work better. Important - it should be uncontroversial, rather small technical task.
3+
4+
labels: ["qol-suggestion"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
### ❗Before making a post.
11+
* First, you should use Search in issues to find out if the bug you want to report has been already posted before.
12+
If this is the case - **please, do not post duplicates**.
13+
Instead, just **upvote with "👍" reaction** the original issue and comment extra details if any.
14+
* Make sure you read the FAQ in the [**README**](https://github.com/ValveSoftware/Dota2-Gameplay#readme) page.
15+
* If so, you can start typing your post using fields below and title above.
16+
Try to provide as much information as possible about the bug.
17+
* Thank you!
18+
19+
- type: input
20+
id: name
21+
attributes:
22+
label: Summary
23+
description: A short summary of what your suggestion request is.
24+
placeholder: Enter summary
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: desc
30+
attributes:
31+
label: Description
32+
description: >
33+
What problem is your suggestion trying to solve? What becomes easier or possible when this suggestion is implemented?.
34+
placeholder: Enter description
35+
validations:
36+
required: true
37+
38+
- type: checkboxes
39+
id: checklist
40+
attributes:
41+
label: Checklist
42+
description: |
43+
Let's make sure you've properly done due diligence when reporting this issue!
44+
options:
45+
- label: I have searched the existing issues and my post is not a duplicate.
46+
required: true
47+
- label: I read the FAQ.
48+
required: true

0 commit comments

Comments
 (0)