From 25fd0835282dc72a53918e86aee613009835c87f Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Fri, 31 Jan 2020 13:15:59 -0500 Subject: [PATCH 1/2] small edits, a link didn't work anyway --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f87417f08..a4387bcddc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,7 @@ These guidelines are designed to make it as easy as possible to get involved. If Before you start you'll need to set up a free [GitHub][link_github] account and sign in. Here are some [instructions][link_signupinstructions]. If you are not familiar with version control systems such as git, - [introductions and tutorials](http://www.reproducibleimaging.org/module-reproducible-basics/02-vcs/) - may be found on [ReproducibleImaging.org](https://www.reproducibleimaging.org/). + introductions and tutorials may be found [here](http://www.reproducibleimaging.org/module-reproducible-basics/02-vcs/). Already know what you're looking for in this guide? Jump to the following sections: * [Understanding issue labels](#issue-labels) @@ -22,7 +21,7 @@ The current list of issue labels are [here][link_labels] and include: * [![Bugs](https://img.shields.io/badge/-bugs-fc2929.svg)][link_bugs] *These issues point to problems in the project.* - If you find new a bug, please provide as much information as possible to recreate the error. + If you find a new bug, please provide as much information as possible to recreate the error. The [issue template][link_issue_template] will automatically populate any new issue you open, and contains information we've found to be helpful in addressing bug reports. Please fill it out to the best of your ability! From 3bf557a6a4b0cb853d40eb76bb4b15a355efa995 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 23 Feb 2020 11:21:25 -0500 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4387bcddc..7ddb2c1253 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,8 @@ These guidelines are designed to make it as easy as possible to get involved. If Before you start you'll need to set up a free [GitHub][link_github] account and sign in. Here are some [instructions][link_signupinstructions]. If you are not familiar with version control systems such as git, - introductions and tutorials may be found [here](http://www.reproducibleimaging.org/module-reproducible-basics/02-vcs/). +we recommend the [VCS module](http://www.reproducibleimaging.org/module-reproducible-basics/02-vcs/) +available from [ReproNim](http://www.reproducibleimaging.org/). Already know what you're looking for in this guide? Jump to the following sections: * [Understanding issue labels](#issue-labels)