diff --git a/pull_request_template.md b/pull_request_template.md index 5e07863..9d5e7a0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -5,7 +5,10 @@ ### All Submissions: * [ ] I have read the code of conduct. -* [ ] I am submitting to the correct base branch (Currently *ALL* PRs must go to `dev/0.0.x` ) +* [ ] I am submitting to the correct base branch + + * Bug fixes must go to `dev/1.0.x`. + * New features must go to `dev/1.1.x`. ### Changes that modify the db structure