See also: Code of Conduct
We are glad to have you join our team. Everyone is welcome to contribute via pull requests, create issues on GitHub, help others in the community, especially beginners by explaining to them stuff that they have doubts in, to find bugs and fix them, aid in our Documentation, sharing your idea and designs, or in any other way.
We would request you to cooperate with our maintainers and comply with the revisions they request and maintain the code of conduct while working on this project.
1. Fork this repository.
2. Fire up the terminal or Git Bash.
3. Navigate to the folder/directory where you want to download the project.
cd DIRECTORY_PATH
4. Clone the forked repository.
git clone https://github.com/<your-github-username>/YouSafe
5. Navigate to the project directory.
cd YouSafe
6. Create a new branch.
git checkout -b <your_branch_name>
7. Make changes in source code.
8. Commit your changes.
git add .
git commit -m "COMMIT MESSAGE"
9. Push your local branch to the remote repository.
git push -u origin <your_branch_name>
10. Create a Pull Request!
Finally, go to your repository in browser and click on compare and pull requests
.
Then add a title and description to your pull request that explains your precious effort.
click on Compare and Pull Request
Congratulations! 💥 Sit and relax, you've made your contribution to project.