From 751664bd300b16b7b715e544de5a164b91b03075 Mon Sep 17 00:00:00 2001
From: Michael Schmidt
Date: Tue, 23 Aug 2022 12:23:49 +0200
Subject: [PATCH] Added PR stop notice (#3532)
---
README.md | 11 +++++++++++
docs/index.html | 6 ++++++
2 files changed, 17 insertions(+)
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
+
+
## Translations
* [简体中文](https://www.awesomes.cn/repo/PrismJS/prism) (if unavailable, see [here](https://deepmind.t-salon.cc/article/113))
diff --git a/docs/index.html b/docs/index.html
index 2952e793bf..e6a62bcfa1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -59,6 +59,11 @@
More themes for Prism!
Contribute to Prism!
+Important Notice
+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 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. Prism was designed to be extensible.
@@ -79,6 +84,7 @@ Software requirements
- Node.js >= 10.x
- npm >= 6.x
+
Translations