From 65b698f9e93a36979b468aab29ebbadfa3f6107e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 7 May 2020 16:05:24 -0400 Subject: [PATCH] Remind contributors to select the correct branch for PRs --- .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 808b806cb3d..a35ad5ce402 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ Fixes # **Reminders** +- [ ] Correct base branch selected? Choose `master` branch for new features, `0.x` branch (e.g., `0.1`) for bug fixes. - [ ] Run `make format` and `make check` to make sure the code follows the style guide. - [ ] Add tests for new features or tests that would have caught the bug that you're fixing. - [ ] Add new public functions/methods/classes to `doc/api/index.rst`.