From 0aaa3a94a5bb1a9a05283f3abd45b8830fdcd8be Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:44:30 -0700 Subject: [PATCH] Added Contributing Guidelines.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..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!**