mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Apply suggestions from code review
Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
This commit is contained in:
parent
034020e202
commit
2c45f2a124
1 changed files with 5 additions and 4 deletions
9
.github/PULL_REQUEST/new_config.md
vendored
9
.github/PULL_REQUEST/new_config.md
vendored
|
@ -6,18 +6,19 @@ about: A new cluster config
|
||||||
Please follow these steps before submitting your PR:
|
Please follow these steps before submitting your PR:
|
||||||
|
|
||||||
* [ ] If your PR is a work in progress, include `[WIP]` in its title
|
* [ ] If your PR is a work in progress, include `[WIP]` in its title
|
||||||
* [ ] Its commits' summaries are reasonably descriptive
|
|
||||||
* [ ] Your PR targets the `master` branch
|
* [ ] Your PR targets the `master` branch
|
||||||
* [ ] You've included links to relevant issues, if any
|
* [ ] You've included links to relevant issues, if any
|
||||||
|
|
||||||
|
Steps for adding a new config profile:
|
||||||
* [ ] Add your custom config file to the `conf/` directory
|
* [ ] Add your custom config file to the `conf/` directory
|
||||||
* [ ] Add your documentation file to the `docs/` directory
|
* [ ] Add your documentation file to the `docs/` directory
|
||||||
* [ ] Add your custom profile to the `nfcore_custom.config` file in the top-level directory
|
* [ ] Add your custom profile to the `nfcore_custom.config` file in the top-level directory
|
||||||
* [ ] Add your custom profile to the `README.md` file in the top-level directory
|
* [ ] Add your custom profile to the `README.md` file in the top-level directory
|
||||||
* [ ] Add your profile name to the `profile:` scope in `.github/workflows/main.yml`
|
* [ ] Add your profile name to the `profile:` scope in `.github/workflows/main.yml`
|
||||||
|
|
||||||
Please see [uploading to
|
<!--
|
||||||
`nf-core/configs`](https://github.com/nf-core/configs#uploading-to-nf-coreconfigs)
|
Please see uploading to`nf-core/configs` for more details:
|
||||||
for more details.
|
https://github.com/nf-core/configs#uploading-to-nf-coreconfigs
|
||||||
|
|
||||||
Thank you for contributing to nf-core!
|
Thank you for contributing to nf-core!
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in a new issue