Skip to content

Commit 616f934

Browse files
authored
Merge pull request #23 from nf-core/rfc-proposal
Add RFC template
2 parents 6e92d1b + 2eeb8ea commit 616f934

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/new_rfc.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: New RFC proposal
2+
description: Propose a major new functionality for incorporation into nf-core
3+
title: "New RFC: <short sentence describing proposal>"
4+
labels: "new-rfc,proposed"
5+
projects: nf-core/127
6+
assignees:
7+
- nf-core/core
8+
body:
9+
- type: textarea
10+
attributes:
11+
label: Summary
12+
description: Short 2-3 sentence summary of RFC proposal.
13+
validations:
14+
required: true
15+
- type: input
16+
attributes:
17+
label: Champion
18+
description: "GitHub handle of the proposal's champion (if already found)."
19+
placeholder:
20+
e.g. @maxulysse
21+
- type: textarea
22+
attributes:
23+
label: Background & Motivation
24+
description: Provide the context of the proposal, summarising the existing status-quo or issues.
25+
placeholder:
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Goals
31+
description: Provide a 2-3 bullet point list of the main aims and objectives the outcome RFC aims to achieve
32+
placeholder: |
33+
- Goal 1
34+
- Goal 2
35+
- Goal 3
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: "Non-Goals"
41+
description: Provide a 2-3 bullet point list of the main aims and objectives the outcome RFC aims NOT to achieve.
42+
placeholder: |
43+
- Non-goal 1
44+
- Non-goal 2
45+
- Non-goal 3
46+
validations:
47+
required: false
48+
- type: textarea
49+
attributes:
50+
label: References
51+
description: Post links to previous or current possibly-related discussions e.g. on Slack.
52+
placeholder: |
53+
- Slack discussion - <URL>
54+
- Original GitHub Issue - https://github.com/nf-core/<URL>
55+
- Prototype - https://github.com/nf-core/<URL>
56+
validations:
57+
required: false

0 commit comments

Comments
 (0)