From 546592d61cb07d96a94d7895e1a56301ac926491 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sat, 8 Apr 2023 12:15:25 -0700 Subject: [PATCH] Added Contributing Guidelines. --- 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..b0664b4 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,14 @@ +# Contributing Guidelines + +**Make sure your pull request follows these guidelines:** + +- Search through the previous pull requests before making a new one! +- Adding new categories, or improving existing categories is welcome! +- Make sure you've personally used or benefited from the suggested resource. +- Make an individual pull request for each suggestion. +- Use the following format: `[Resource Title](url link) — description.` +- Expand on why the resource is useful in your pull request if needed. +- Keep descriptions short and simple, but descriptive. +- Please double check your spelling and grammar. + +**Thanks for contributing to this Project!**