diff --git a/README.md b/README.md
index 711ea63880..4bb8482959 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,15 @@ You can learn more on [prismjs.com](https://prismjs.com/).
## Contribute to Prism!
+### **Important Notice**
+
+We are currently working on [Prism v2](https://github.com/PrismJS/prism/discussions/3531) and will only accept security-relevant PRs for the time being.
+
+Once work on Prism v2 is sufficiently advanced, we will accept PRs again. This will be announced on our [Discussion](https://github.com/PrismJS/prism/discussions) page and mentioned in the [roadmap discussion](https://github.com/PrismJS/prism/discussions/3531).
+
+Prism v1 contributing notes
+
Prism depends on community contributions to expand and cover a wider array of use cases. If you like it, consider giving back by sending a pull request. Here are a few tips:
- Read the [documentation](https://prismjs.com/extending.html). Prism was designed to be extensible.
@@ -35,6 +44,8 @@ Prism will run on [almost any browser](https://prismjs.com/#features-full) and N
- Node.js >= 10.x
- npm >= 6.x
+
We are currently working on Prism v2 and will only accept security-relevant PRs for the time being.
+Once work on Prism v2 is sufficiently advanced, we will accept PRs again. This will be announced on our Discussion page and mentioned in the roadmap discussion.
+Prism depends on community contributions to expand and cover a wider array of use cases. If you like it, consider giving back by sending a pull request. Here are a few tips: