From b29c78b59af39707ad6f93b25618677ed9d1de99 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 21 Aug 2015 13:54:29 +0700 Subject: [PATCH] Close #281 PR: Close #269. How to submit to an awesome list. --- contributing.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/contributing.md b/contributing.md index c7212a6a..10a80e2b 100644 --- a/contributing.md +++ b/contributing.md @@ -17,3 +17,16 @@ Please ensure your pull request adheres to the following guidelines: - The pull request and commit should have a useful title. Thank you for your suggestions! + +## Adding something to an Awesome list + +If you have something awesome to contribute to an awesome list, this is how you do it. + +You'll need a GitHub account! + +1. Access the awesome list's GitHub page. For example: `https://github.com/sindresorhus/awesome/` +2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](http://i.imgur.com/mLEnC9m.png) +3. Now click on the edit icon ![Step 3 - Click on Edit](http://i.imgur.com/Z7P2gOP.png) +4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/) ![Step 4 - Edit the file](http://i.imgur.com/YfdyOOI.png) +5. Say why you're proposing the changes, and then click on "Propose file change" ![Step 5 - Propose Changes](http://i.imgur.com/InVqEP4.png) +6. Submit the pull request!