https://github.com/nlok5923/contribute
https://github.com/nlok5923/contribute
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlok5923/contribute
- Owner: nlok5923
- Created: 2021-05-27T06:09:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T11:49:35.000Z (over 2 years ago)
- Last Synced: 2025-01-03T19:43:32.183Z (5 months ago)
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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 ✨