Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 11bb747

Browse files
Update rfd.yml
1 parent 17249b5 commit 11bb747

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.github/DISCUSSION_TEMPLATE/rfd.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ title: "[RFD - 0001] - short description"
22
body:
33
- type: markdown
44
attributes:
5-
value:
5+
value: |
6+
## Metadata
7+
68
- type: textarea
79
id: improvements
810
attributes:
@@ -12,27 +14,28 @@ body:
1214
| Authors | State |
1315
|---------------|----------|
1416
| @user1 <br> @user2 | `Draft` |
15-
render: bash
1617
validations:
1718
required: true
19+
1820
- type: markdown
1921
attributes:
2022
value: |
21-
## Summary
23+
## Summary
24+
2225
- type: textarea
2326
id: summary
2427
attributes:
2528
label: Summary
2629
description: "Please add a brief summary on what this RFD is about"
27-
value: |
28-
[Brief explanation]
29-
render: bash
30+
value: "[Brief explanation]"
3031
validations:
3132
required: true
33+
3234
- type: markdown
3335
attributes:
3436
value: |
35-
## Problems
37+
## Problems
38+
3639
- type: textarea
3740
id: problems
3841
attributes:
@@ -42,33 +45,35 @@ body:
4245
- **Problem 1** - description
4346
- **Problem 2** - description
4447
- ...
45-
render: bash
4648
validations:
4749
required: true
50+
4851
- type: markdown
4952
attributes:
5053
value: |
51-
## User Stories
54+
## User Stories
55+
5256
- type: textarea
5357
id: stories
5458
attributes:
5559
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."
5761
value: |
5862
- **Use-case 1** - description
5963
- **Use-case 2** - description
6064
- ...
61-
render: bash
6265
validations:
6366
required: true
67+
6468
- type: markdown
6569
attributes:
6670
value: |
6771
## RFC (optional)
72+
6873
- type: input
6974
id: rfc
7075
attributes:
7176
label: RFC link
72-
description: Provide the link to the RFC if available.
77+
description: "Provide the link to the RFC if available."
7378
validations:
7479
required: false

0 commit comments

Comments
 (0)