From 50592bb7d80c32a9c8710c2568c134dfcea531d2 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Tue, 9 May 2017 11:39:38 +0100 Subject: [PATCH 1/2] Make link to contributing guidelines explicit Once a pull request is created, "above" becomes meaning less. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bd852c11f7..26b093545f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -* [ ] I have read the guidelines above. +* [ ] I have read the [contributing guidelines](https://bioconda.github.io/contributing.html). * [ ] This PR adds a new recipe. * [ ] This PR updates an existing recipe. * [ ] This PR does something else (explain below). From dfe273f4cfd3877adbd7ef783f89b1e9be08f472 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Tue, 9 May 2017 17:00:02 +0100 Subject: [PATCH 2/2] Point at guidelines for bioconda recipes page Suggested by Ryan Dale on pull request #4651 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26b093545f..7c50cb92fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -* [ ] I have read the [contributing guidelines](https://bioconda.github.io/contributing.html). +* [ ] I have read the [guidelines for bioconda recipes](https://bioconda.github.io/guidelines.html). * [ ] This PR adds a new recipe. * [ ] This PR updates an existing recipe. * [ ] This PR does something else (explain below).