You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,30 @@ To make a new proposal for a special interest group, please create a new issue i
23
23
24
24
The curator workflow is as follows:
25
25
26
-
-[ ] Once a issue is made, update the 'Project' status to 'proposed' (right hand side bar, under 'new-<TYPE>-proposals')
26
+
-[ ] Once a issue is made, a Github Actions workflow will:
27
+
- Add the 'proposed' label
28
+
- Create a status comment tracking approvals
27
29
-[ ] Facilitate discussion on the the Issue thread, following the guidance [here](https://nf-co.re/docs/checklists/community_governance/core_team#new-pipeline-proposals-and-onboarding).
28
30
-[ ] Acceptance requires a minimum of OKs from:
29
31
- Two members of the core team.
30
32
- One member of the core team and one member of the maintainers team.
31
-
-[ ] If a proposal is accepted, update both the label AND status to 'accepted', and when closing select 'Close as completed'
32
-
-[ ] If a proposal is turned down, update both the label AND status to 'turned-down', and when closing select 'Close as not planned'
33
-
-[ ] If a proposal is not completed or abandoned after a year, update both the label AND status to 'timed-out', and when closing select 'Close as not planned'
34
-
-[ ] Complete the reemaining new-pipeline onboarding tasks listed [here](https://nf-co.re/docs/checklists/community_governance/core_team#new-pipeline-proposals-and-onboarding)
33
+
-[ ] Core and maintainer members can use the following commands in comments:
34
+
-`/approve` - to approve the proposal
35
+
-`/reject` - to reject the proposal
36
+
-[ ] The automation will:
37
+
- Track approvals and rejections
38
+
- Update the status comment
39
+
- Update labels based on the current status
40
+
-[ ] If a proposal is accepted:
41
+
- Update the status to 'accepted'
42
+
- Close the issue as 'completed'
43
+
-[ ] If a proposal is turned down:
44
+
- Update the status to 'turned-down'
45
+
- Close the issue as 'not planned'
46
+
-[ ] If a proposal is not completed or abandoned after a year:
47
+
- Add the 'timed-out' label
48
+
- Close the issue as 'not planned'
49
+
-[ ] Complete the remaining new-pipeline onboarding tasks listed [here](https://nf-co.re/docs/checklists/community_governance/core_team#new-pipeline-proposals-and-onboarding)
0 commit comments