An open API service indexing awesome lists of open source software.

https://github.com/nlok5923/contribute


https://github.com/nlok5923/contribute

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### How to contribute?

Follow the instructions in order:

1. Fork this repository.

2. Clone your fork, using
`git clone https://github.com/nlok5923/contribute.git`

3. Change Directory to `contribute`, using
`cd contribute`

4. Create a branch named `add-{github-username}`, using
`git checkout -b add-{github-username}`

6. Add a `.txt` file with file name as your github username inside `_post` folder the format of the file should be same as of `sample.txt` in `_post` folder.

7. Now add this file to your staging area, using
`git add _post/{filename}.txt`

8. Now commit the changes using,
`git commit -m "Add username {github-username}"`

9. Push the changes using,
`git push`

10. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.

# Successfull contributors ✨