From 6cf7d92c8fb28a97984c64bdc6a00b4473f20b8f Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Fri, 24 Nov 2023 17:57:20 +0800 Subject: [PATCH] create CONTRIBUTING.md\n\nadd quote contributing guidelines --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e3f6d6b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +### Quote + +- Exclude content that includes any unlawful, defamatory, abusive, threatening or obscene text. +- Verify that your contribution meets JSON standards, specifically avoiding trailing comma at the end of a list. +- Ensure that the added quotes are not duplicates of any existing ones. +- Remember to name your pull request properly. For example, if you are adding new quotes, your pull request should be named `impr(quotes): add {count} new quotes`.