summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormergify[bot]2022-01-12 20:35:14 +0000
committerGitHub2022-01-12 20:35:14 +0000
commit548fe4265b556742785a07daf261672b72769e0c (patch)
tree98e28eeb2c88b8a1d4bb2566b540bc8177cc2f62 /.github
parent3f485634f52e7eb069bae8a64eacc86042a39d38 (diff)
Update README and PR template for 3.5.0 release (#2339) (#2342)
(cherry picked from commit d6710acbb969d0608693cb53142ea485062771d2) Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 1077ec29..e430afbe 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -44,7 +44,7 @@ Text from here to the end of the body will be considered for inclusion in the re
### Reviewer Checklist (only modified by reviewer)
- [ ] Did you add the appropriate labels?
-- [ ] Did you mark the proper milestone (Bug fix: `3.3.x`, [small] API extension: `3.4.x`, API modification or big change: `3.5.0`)?
+- [ ] Did you mark the proper milestone (Bug fix: `3.4.x`, [small] API extension: `3.5.x`, API modification or big change: `3.6.0`)?
- [ ] Did you review?
- [ ] Did you check whether all relevant Contributor checkboxes have been checked?
- [ ] Did you mark as `Please Merge`?