We value all the people who are interested in contributing to React-Pincode. This is required to create a unified development environment.
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Submitting a fix
- Proposing new features
- Fork this repository.
- Clone the forked repository.
git clone https://github.com/<your_user_name>/React-Pincode.git
- Navigate to the project directory.
cd React-Pincode
- Create a new branch.
git checkout -b <your_branch_name>
- Make changes in source code.
- Commit your changes.
git add . git commit -m "<your_commit_message>"
- Push your local branch to the remote repository.
git push -u origin <your_branch_name>
- Create a Pull Request!
Mentors will review your PR and merge if there are no conflicts found!