aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack Koenig2023-03-15 11:42:21 -0700
committerJack Koenig2023-03-15 11:42:21 -0700
commitf8dbe893c39b9ca844a1bde923e62f7a1f99a743 (patch)
treef04dd7a5edc0580d0863c9bc73a1b277b82a9284 /.github
parent6a999e306c81bb6a3276311022349523a576b552 (diff)
Update PULL_REQUEST_TEMPLATE for 1.6.x
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 77abae1d..d592df60 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,11 @@
+<!--
+
+********** NOTICE **********
+
+This repository is only accepting bug fixes
+
+-->
+
### Contributor Checklist
- [ ] Did you add Scaladoc to every public function/method?
@@ -44,7 +52,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 (1.2.x, 1.3.0, 1.4.0) ?
+- [ ] Did you mark the proper milestone (1.6.x, 1.5.x) ?
- [ ] Did you review?
- [ ] Did you check whether all relevant Contributor checkboxes have been checked?
- [ ] Did you mark as `Please Merge`?