From 0628345bdeb896b0cb0a41cc1b1e3dedae2d7d5c Mon Sep 17 00:00:00 2001 From: laurentheirendt Date: Tue, 4 Jul 2017 20:05:06 -0700 Subject: [PATCH] Edits to github templates based on usage --- .github/ISSUE_TEMPLATE.md | 10 ++++++---- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 696b4a6e6d..51e442d27d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,9 @@ -[*Please include a short description of problem here*] +*Please include a short description of problem here* **I hereby confirm that I have:** -- [ ] Tried to solve the issue on my own -- [ ] Retried to run my code with the latest version of The COBRA Toolbox -- [ ] Checked that a similar issue has not already been opened +- [] Tried to solve the issue on my own +- [] Retried to run my code with the latest version of The COBRA Toolbox +- [] Checked that a similar issue has not already been opened + +*(Note: You may replace [] with [X] to check the box)* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 021c4fbe2d..2656a3d622 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,9 @@ -[*Please include a short description of enhancement here*] - +*Please include a short description of enhancement here* **I hereby confirm that I have:** -- [ ] Tested my code on my own machine -- [ ] Followed the guidelines in the [Contributing Guide](https://opencobra.github.io/cobratoolbox/docs/contributing.html) -- [ ] Selected `develop` as a target branch (top left drop-down menu) +- [] Tested my code on my own machine +- [] Followed the guidelines in the [Contributing Guide](https://opencobra.github.io/cobratoolbox/docs/contributing.html) +- [] Selected `develop` as a target branch (top left drop-down menu) -*(Note: You may replace [ ] with [X] to check the box)* +*(Note: You may replace [] with [X] to check the box)*