A Listing of all our members past and present
Here is the quick and painless ways to contribute to this project:
- Add your name to the
CONTRIBUTORS.md
file
Make a pull request for your work and wait for it to be merged!
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/your-github-username/hack-2021-2.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task below)
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!
Add your name in alphabetical order to the CONTRIBUTORS.md
file using the below convention:
#### Name: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- Stack: Python (Flask, Django), Node(Express)
- Department: Computer Science
- Interest: Football
- GitHub: [GitHub account name](GitHub link)
- Twitter: [Twitter username](Twitter link)
Here is a great tutorial for creating your first pull request by Roshan Jossey: https://github.com/Roshanjossey/first-contributions
Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/
Syncing a Fork: https://help.github.com/articles/syncing-a-fork/
Keep Your Fork Synced: https://gist.github.com/CristinaSolana/1885435
Checkout this list for README examples - Awesome README
Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!