From 116c6a8e27739600cdd440decc1b071e9d26b9da Mon Sep 17 00:00:00 2001 From: mikeller Date: Thu, 24 May 2018 21:52:02 +1200 Subject: [PATCH] Added announcement for feature freeze for 3.4. --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 23f834563..a8f3fe086 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,14 @@ +## Important: Feature freeze / release candidate phase for Betaflight 3.4 + +From 01/06/2018 until the release of Betaflight 3.4.0 (scheduled for 01/07/2018), the project is in a 'feature freeze / release candidate' phase. This means: + +1. Pull requests can still be submitted as normal. Comments / discussions will probably be slower than normal due to shifted priorities; + +2. If your pull request is a fix for an existing bug, or an update for a single target that has a low risk of side effect for other targets, it will be reviewed, and if accepted merged into `master` for the 3.4 release; + +3. All other pull requests will be scheduled for 3.5, and discussed / reviewed / merged into `master` after 3.4.0 has been released. Please keep in mind that this potentially means that you will have to rebase your changes if they are broken by bugfixes made to 3.4. + + ## Important considerations when opening a pull request: 1. Pull requests will only be accepted if they are opened against the `master` branch. Pull requests opened against other branches without prior consent from the maintainers will be closed;