From 4b13cf0eec310cdf5985692dde2756602066f48e Mon Sep 17 00:00:00 2001 From: Adam Shedivy Date: Thu, 8 Aug 2024 14:33:18 -0500 Subject: [PATCH] update PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 23bc147..60c027d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ Changes proposed in this pull request: ## Before submitting +- [ ] Change the base branch to `dev` if it is not already. - [ ] I've read and followed all steps in the [Making a pull request](https://github.com/ajshedivy/python-wsdb/blob/main/.github/CONTRIBUTING.md#making-a-pull-request) section of the `CONTRIBUTING` docs. - [ ] I've updated or added any relevant docstrings following the syntax described in the