Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 814 Bytes

File metadata and controls

35 lines (21 loc) · 814 Bytes

Contributing to Crack Code

Crack Code is the home to crack all the coding questions. We welcome contributions from everyone.

How to Contribute

  1. Fork the repository.

  2. Clone the forked repository to your local machine.

git clone https://github.com/bishwobista/crack-code.git
  1. Create a new branch for your changes.

    git checkout -b <branch-name>
  2. Make your changes and commit them.

  3. Push your changes to your forked repository.

    git push origin <branch-name>

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

This project is licensed under the MIT License - see the LICENSE file for details.