From 539d6d87554a016a0dbf73ded9f2e3accad6b6ba Mon Sep 17 00:00:00 2001 From: Maksim Date: Thu, 24 Nov 2022 04:10:56 +0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d7fafc8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contribution Guidelines + +## Adding to this list + +Please ensure your pull request adheres to the following guidelines: + +- Search existing articles before adding a new one, as yours may be a duplicate. +- Make sure the article is useful before submitting. +- Use the following format: `- [] [title](link)` +- Link additions should be added to the bottom of the relevant category. +- New categories or improvements to the existing categorization are welcome. +- Check your spelling and grammar. + +Thank you for your contributions!