Skip to content

Commit 8c1addb

Browse files
authored
Add more example prompts
1 parent 17ed48c commit 8c1addb

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/new_rfc.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ body:
1313
- type: input
1414
attributes:
1515
label: Champion
16-
description: "GitHub handle of the proposal's champion"
16+
description: "GitHub handle of the proposal's champion (if already found)"
17+
placeholder:
18+
e.g. Maxime Garcia (@maxulysse)
1719
- type: textarea
1820
attributes:
1921
label: Background & Motivation
@@ -25,7 +27,10 @@ body:
2527
attributes:
2628
label: Goals
2729
description: Provide a 2-3 bullet point list of the main aims and objectives the outcome RFC aims to achieve
28-
placeholder:
30+
placeholder: |
31+
- Goal 1
32+
- Goal 2
33+
- Goal 3
2934
validations:
3035
required: true
3136
- type: textarea
@@ -45,7 +50,10 @@ body:
4550
- type: textarea
4651
attributes:
4752
label: References
48-
description: Post links to previous possibly related discussions e.g. on slack
49-
placeholder:
53+
description: Post links to previous or current possibly-related discussions e.g. on slack
54+
placeholder: |
55+
- Slack discussion - <URL>
56+
- Original GitHub Issue - https://github.com/nf-core/<URL>
57+
- Prototype - https://github.com/nf-core/<URL>
5058
validations:
5159
required: false

0 commit comments

Comments
 (0)