From 7f342b6ebc3499c3bac4c8e07cbf1689a2f49920 Mon Sep 17 00:00:00 2001 From: vexorian Date: Tue, 15 Sep 2020 21:20:33 -0400 Subject: [PATCH] PR template --- pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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