Skip to content

Commit

Permalink
feat: PR template mentions merge type (#866)
Browse files Browse the repository at this point in the history
* feat: PR template specify merge type

* feat: clarify location of deprecated IDs lists
  • Loading branch information
edkerk authored Sep 30, 2024
1 parent d4995ae commit a89c522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Is it an additional test/function/dataset?
e.g. This PR improves/fixes # by ...
-->


**I hereby confirm that I have:**
<!-- *Note: replace [ ] with [X] to check the box. -->
- [ ] Tested my code on my own computer for running the model
- [ ] Selected `develop` as a target branch
- [ ] Any removed reactions and metabolites have been moved to the corresponding deprecated identifier lists
- [ ] Any removed reactions and metabolites have been moved to the corresponding deprecated identifier lists in `data/deprecatedIdentifiers/`.
<!-- Chose ONE of the following two options. -->
- [ ] This PR has `develop` as target branch, and will be resolved with a **squash-merge**.
- [ ] This PR has `main` as target branch, and will be resolved with a **merge commit**.

0 comments on commit a89c522

Please sign in to comment.