From d8d0a6e1d033d8dbd11ac8cb1dcc3913f84a90a5 Mon Sep 17 00:00:00 2001 From: mojpm Date: Sun, 1 Nov 2020 16:51:41 +0300 Subject: [PATCH] Update CONTRIBUTION --- CONTRIBUTING.MD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index e69de29..1dd66a1 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -0,0 +1,42 @@ +# Contributors' Guide +First off, thanks for taking the time to contriubute to the resources on this repository. + +This is a list of resources for growing and improving as a developer and we wish that it helps as many developers as there are out there. Your contribution plays a key role in this goal. + +Bug fixes, typo fixes and Feedback are welcome. Simply submit pull request. + +# How To Contribute +If you've never contributed to open source then this is your shot. Be sure to read [this guide](https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution) to get the hang of everything. + +If you're already familiar with contributing to open source then follow these steps: + +1. Fork this Repository [here.](https://github.com/developer-resources/frontend-development) +2. Clone the forked repository to your local machine. +3. Create a branch with a concise name for your contribution. +4. Make your contribution. +5. Commit your changes and push the new branch +6. Open and submit a Pull Request. + +If you need any help, feel free to ask [here.]() + +And that's it. Well, almost. + +# Adding Resources +Please be sure to keep the following in mind before adding a new resource: + +- Make sure you indicate whether the resource is a paid resource. Do that by adding 💵 at the end of the resource name. +- If your resource is a course, please indicate the platfoarm or instructor of the course before it's name. + + ` course platform / intructor - [course name](course link) ` + + The same applies if your resource is a documentation. + +- Do not provide descriptions unless indicated or done with other resources on the repo. +- We accept all resources but most favourably resources that you've used before or you know are of exceptional quality. +- If you would like to add a new category, open an issue to inform the contributor before hand. +- Make sure your resource doesn't exist in the repo before making your contribution +- Double check to make sure the link to your resource is working. + +And that's it. + +Thanks for making this repo better for everyone.❤ \ No newline at end of file