We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c3abe commit cef7bd6Copy full SHA for cef7bd6
1 file changed
.github/ISSUE_TEMPLATE/2-Enhancement.yml
@@ -1,8 +1,10 @@
1
name: Enhancement
2
description: Submit an idea for an enhancement
3
title: "[Enhancement]: "
4
-labels: ["enhancement"]
5
-projects: ["CHR15cs/CS2-Practice-Plugin"]
+labels:
+ - enhancement
6
+projects:
7
+ - CHR15cs/CS2-Practice-Plugin
8
assignees:
9
- CHR15cs
10
body:
@@ -14,11 +16,11 @@ body:
14
16
id: idea
15
17
attributes:
18
label: Explain your idea.
- description: Tell us, which kind of feature do you want so see implemented?
19
+ description: Tell us, which kind of feature do you want to see implemented?
20
value: "..."
21
validations:
22
required: true
- - type: textarea
23
+ - type: textarea
24
id: example
25
26
label: Does your idea already exist in a csgo plugin?
0 commit comments