diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b2b8a6a..1195f86 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,25 +1,23 @@ ### Description of the issue: -*Try to be as clear as possible: Is it something wrong/missing in the model? Is it a simulation issue? PLEASE DELETE THIS LINE.* - + #### Expected feature/value/output: -*How the reaction/metabolite/gene/simulation result should look (cite literature if needed). PLEASE DELETE THIS LINE.* - + #### Current feature/value/output: -*How the reaction/metabolite/gene/simulation actually looks in the `main` branch. PLEASE DELETE THIS LINE.* - + #### Reproducing these results: -*Please attach any code used below (if it's python code replace the keyword "matlab" with "python". PLEASE DELETE THIS LINE.* + + ```matlab ``` **I hereby confirm that I have:** -- [ ] Tested my code with [all requirements](https://github.com/SysBioChalmers/yeast-GEM#required-software---user) for running the model -- [ ] Done this analysis in the `main` branch of the repository -- [ ] Checked that a similar issue does not exist already -- [ ] If needed, asked first in the [Gitter chat room](https://gitter.im/SysBioChalmers/yeast-GEM) about the issue + -*Note: replace [ ] with [X] to check the box. PLEASE DELETE THIS LINE* +- [ ] tested my code with to run the model +- [ ] done this analysis in the `main` branch of the repository +- [ ] checked that a similar issue does not exist already +- [ ] if needed, asked first in the Gitter chat room about the issue diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5c2d4ab..e635553 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,8 @@ ### Main improvements in this PR: -*Try to be as clear as possible: Is it fixing/adding something in the model? Is it an additional test/function/dataset? PLEASE DELETE THIS LINE.* + **I hereby confirm that I have:** + -- [ ] Tested my code on my own computer for running the model -- [ ] Selected `devel` as a target branch - -*Note: replace [ ] with [X] to check the box. PLEASE DELETE THIS LINE* +- [ ] tested my code on my own computer for running the model +- [ ] selected `develop` as a target branch