From 04f2fa1c5d0b77e9f51311fc82b3b0cc36b87994 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 10 Mar 2020 09:45:20 -0500 Subject: [PATCH] chore: add new config PR template --- .github/PULL_REQUEST/new_config.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST/new_config.md diff --git a/.github/PULL_REQUEST/new_config.md b/.github/PULL_REQUEST/new_config.md new file mode 100644 index 0000000..9c68e37 --- /dev/null +++ b/.github/PULL_REQUEST/new_config.md @@ -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 +* [ ] Its commits' summaries are reasonably descriptive +* [ ] Your PR targets the `master` branch +* [ ] You've included links to relevant issues, if any + +* [ ] 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 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`](https://github.com/nf-core/configs#uploading-to-nf-coreconfigs) +for more details. + +Thank you for contributing to nf-core!