about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-09-18 10:09:00 +0000
committerGitHub <noreply@github.com>2025-09-18 10:09:00 +0000
commit8428b166b286d29cbb25ed0a3772738446a2d045 (patch)
treea9562d6249a7cd5e213b401eff4a6303db40c0fe
parenta3c7f630284c0597478132fbcc1e4498b03e2d0e (diff)
parent72fb9b28a62e56d266e34764ef7330ca09266f48 (diff)
downloadrust-8428b166b286d29cbb25ed0a3772738446a2d045.tar.gz
rust-8428b166b286d29cbb25ed0a3772738446a2d045.zip
Remove feature-freeze from gh templates (#15698)
ping rust-lang/rust-clippy#15690

changelog: none
-rw-r--r--.github/ISSUE_TEMPLATE/new_lint.yml4
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/new_lint.yml b/.github/ISSUE_TEMPLATE/new_lint.yml
index a8202f6378f..6ad16aead60 100644
--- a/.github/ISSUE_TEMPLATE/new_lint.yml
+++ b/.github/ISSUE_TEMPLATE/new_lint.yml
@@ -1,7 +1,5 @@
 name: New lint suggestion
-description: |
-  Suggest a new Clippy lint (currently not accepting new lints)
-  Check out the Clippy book for more information about the feature freeze.
+description: Suggest a new Clippy lint.
 labels: ["A-lint"]
 body:
   - type: markdown
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 83bfd8e9c68..9e49f60892d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -32,10 +32,6 @@ order to get feedback.
 
 Delete this line and everything above before opening your PR.
 
-Note that we are currently not taking in new PRs that add new lints. We are in a
-feature freeze. Check out the book for more information. If you open a
-feature-adding pull request, its review will be delayed.
-
 ---
 
 *Please write a short comment explaining your change (or "none" for internal only changes)*