1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Merge pull request #138 from Emiller88/pr-templates

chore: add new config PR template
This commit is contained in:
James A. Fellows Yates 2022-03-14 08:06:09 +01:00 committed by GitHub
commit 30d9f82c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: New Config
about: A new cluster config
---
Please follow these steps before submitting your PR:
* [ ] If your PR is a work in progress, include `[WIP]` in its title
* [ ] Your PR targets the `master` branch
* [ ] 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 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 `README.md` file in the top-level directory
* [ ] Add your profile name to the `profile:` scope in `.github/workflows/main.yml`
<!--
Please see uploading to`nf-core/configs` for more details:
https://github.com/nf-core/configs#uploading-to-nf-coreconfigs
Thank you for contributing to nf-core!
-->