From ae995c2364653e03905d6e71564e71068ffdeaf0 Mon Sep 17 00:00:00 2001 From: dkoslicki Date: Fri, 27 Mar 2020 11:16:23 -0700 Subject: [PATCH] add a bit more detail to the bioconda readme --- dev/conda/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/conda/README.md b/dev/conda/README.md index 73dc31a..c60078b 100644 --- a/dev/conda/README.md +++ b/dev/conda/README.md @@ -15,6 +15,8 @@ To properly be notified of such PR's and to be able to contribute to them, you w 1. Join the [Bioconda gitter lobby](https://gitter.im/bioconda/Lobby) and ask nicely to become a member. 2. Make sure that the yaml file lists you as a recipe maintainer. +This will allow you to add the tag `please review & merge` to request a review __after__ all tests are passing as indicated by the BiocondaBot. + # How to resolve a Bioconda PR issues. Eg: [This PR](https://github.com/bioconda/bioconda-recipes/pull/21112) failed. Let's see what the issue might be. @@ -28,9 +30,10 @@ $ cd bioconda-recipes/recipes/cmash $ git commit -a # Make sure to add what changes you made and the PR issue number to the commit message $ git push - ``` +Then wait for the BiocondaBot to run the continuous integration tests, and see what else might pop up. + # How to test build locally to make sure that you don't run into a Bioconda PR issue. This is still a work in progress, have not been able to get anything to install properly, but this is how Bioconda is doing it on their back-end: