From 2c45f2a124a37280911298169f26c061704c9cd0 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 18 Nov 2021 21:18:34 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Phil Ewels --- .github/PULL_REQUEST/new_config.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST/new_config.md b/.github/PULL_REQUEST/new_config.md index f49b939..d9239c8 100644 --- a/.github/PULL_REQUEST/new_config.md +++ b/.github/PULL_REQUEST/new_config.md @@ -6,18 +6,19 @@ 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 +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`](https://github.com/nf-core/configs#uploading-to-nf-coreconfigs) -for more details. +