From 8124341a7b4b5a65aa8aedf36cfff9570f661111 Mon Sep 17 00:00:00 2001 From: Gregor Hartmann Date: Tue, 29 Sep 2020 17:37:20 +0200 Subject: [PATCH] Change from `master` to `release` --- .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 21996f07..c42c354f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Fixes #\. Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so. -- [ ] This PR is for the `dev` branch rather than for `master`. +- [ ] This PR is for the `dev` branch rather than for the `release` branch. - [ ] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not, please describe why). - [ ] I have thoroughly tested my contribution. - [ ] The code changes are reflected in the documentation at `docs/*`.