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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/rnas
19
19
-[ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/rnaseq/tree/master/.github/CONTRIBUTING.md)
20
20
-[ ] If necessary, also make a PR on the nf-core/rnaseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
21
21
-[ ] Make sure your code lints (`nf-core lint`).
22
-
-[ ] Ensure the test suite passes (`nextflow run . -profile test,docker`).
22
+
-[ ] Ensure the test suite passes (`nextflow run . -profile test,docker` --outdir <OUTDIR>`).
23
23
-[ ] Usage Documentation in `docs/usage.md` is updated.
24
24
-[ ] Output Documentation in `docs/output.md` is updated.
0 commit comments