Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 2.06 KB

Contribution Guide

Open Source Love Pull Requests Welcome

You can contribute to this repository very easily!

  1. Get the resource you want to add ready.

  2. Go to the README.

  3. Click on the edit icon at the top right corner.

Edit README

  1. Find the correct category for your resource. For example: If it's a Javascript tutorial, you need to add it under Javascript. If the category does not exist, you can add it under Content. Resources are added in alphabetical order, except for Other which should stay at last.

To add a new category, add a list item with the name of the category and the URL to it (hash of the slug of the name). For example:

- [New Category](#new-category)
  1. Once you find or add the correct category, add the new resource at the end of the list. It should have the title and the link to the resource. For example:
- [How to contribute](https://github.com/shahednasser/awesome-resources/blob/master/CONTRIBUTING.md)
  1. Once you're done, scroll to the bottom of the list to commit the change. Make sure the title of the commit is relevant. For example: Added How to Contribute under New Category.

  2. After adding the commit title, click on propose changes and follow the steps to create a pull request.

That's it! Congratulations on participating in Hacktoberfest! Open Source Love