This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree 1 file changed +17
-12
lines changed
.github/DISCUSSION_TEMPLATE
1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ title: "[RFD - 0001] - short description"
2
2
body :
3
3
- type : markdown
4
4
attributes :
5
- value :
5
+ value : |
6
+ ## Metadata
7
+
6
8
- type : textarea
7
9
id : improvements
8
10
attributes :
@@ -12,27 +14,28 @@ body:
12
14
| Authors | State |
13
15
|---------------|----------|
14
16
| @user1 <br> @user2 | `Draft` |
15
- render : bash
16
17
validations :
17
18
required : true
19
+
18
20
- type : markdown
19
21
attributes :
20
22
value : |
21
- # # Summary
23
+ ## Summary
24
+
22
25
- type : textarea
23
26
id : summary
24
27
attributes :
25
28
label : Summary
26
29
description : " Please add a brief summary on what this RFD is about"
27
- value : |
28
- [Brief explanation]
29
- render : bash
30
+ value : " [Brief explanation]"
30
31
validations :
31
32
required : true
33
+
32
34
- type : markdown
33
35
attributes :
34
36
value : |
35
- # # Problems
37
+ ## Problems
38
+
36
39
- type : textarea
37
40
id : problems
38
41
attributes :
@@ -42,33 +45,35 @@ body:
42
45
- **Problem 1** - description
43
46
- **Problem 2** - description
44
47
- ...
45
- render : bash
46
48
validations :
47
49
required : true
50
+
48
51
- type : markdown
49
52
attributes :
50
53
value : |
51
- # # User Stories
54
+ ## User Stories
55
+
52
56
- type : textarea
53
57
id : stories
54
58
attributes :
55
59
label : User Stories
56
- description : " Provide some usecases and user stories that you would like to support."
60
+ description : " Provide some use cases and user stories that you would like to support."
57
61
value : |
58
62
- **Use-case 1** - description
59
63
- **Use-case 2** - description
60
64
- ...
61
- render : bash
62
65
validations :
63
66
required : true
67
+
64
68
- type : markdown
65
69
attributes :
66
70
value : |
67
71
## RFC (optional)
72
+
68
73
- type : input
69
74
id : rfc
70
75
attributes :
71
76
label : RFC link
72
- description : Provide the link to the RFC if available.
77
+ description : " Provide the link to the RFC if available."
73
78
validations :
74
79
required : false
You can’t perform that action at this time.
0 commit comments