We are extremely excited to have you onboard with our project. We hope to see some great contributions from your end and thank you all for making this project successful. hugs
Before getting down to business, we believe to keep ourselves updated with the basics and so here are few extremely useful resources to get started with learning how to make contribution. Feel free to explore them :
- Git : is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Github Guides : Learn all about Github Flow, Git Commits, Making Pull Request, Forking Projects and more.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
git clone https://github.com/<your-github-username>/Stulysis.git
cd Stulysis
git remote add main https://github.com/sambhav228/Stulysis.git
Never push changes from your master branch. Always make a new branch and then push your changes.
git checkout -b name-a-new-branch-here
git add .
git commit -m "suitable-commit-message-comes-here"
git push origin new-branch-name-here
We use github to host code, to track issues and feature requests, as well as accept pull requests.