From 4792bea93698488d5b70fe3d6d807ea3513b66cc Mon Sep 17 00:00:00 2001 From: Michael Devin Date: Thu, 9 May 2024 08:36:37 -0600 Subject: [PATCH] Merge to dev, not main (#349) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 234d6f86..a3fdb5d9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ Concise description of the pull request with references to any [issues](https:// ## Checklist for PR - [ ] Authors read the [contribution guidelines](https://github.com/sandialabs/WecOptTool/blob/main/.github/CONTRIBUTING.md) -- [ ] The pull request is from an issue branch (not main) on *your* fork, to the [main branch in WecOptTool](https://github.com/sandialabs/WecOptTool). +- [ ] The pull request is from an issue branch (not main) on *your* fork, to the [dev branch in WecOptTool](https://github.com/sandialabs/WecOptTool/tree/dev). - [ ] The authors have given the admins edit access - [ ] All changes adhere to the style guide including PEP8, Docstrings, and Type Hints. - [ ] Modified the documentation if applicable