From 79d1463f362b3859871e56c0166e3af343e74258 Mon Sep 17 00:00:00 2001 From: Eduard Kerkhoven Date: Fri, 27 Sep 2024 22:49:44 +0200 Subject: [PATCH] feat: PR template specify merge type --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b7dde5c4..75ddfeaf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,9 +5,9 @@ Is it an additional test/function/dataset? e.g. This PR improves/fixes # by ... --> - **I hereby confirm that I have:** -- [ ] 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 + +- [ ] 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**.