Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.14 KB

File metadata and controls

29 lines (22 loc) · 1.14 KB

Thank you for contributing to DeshCode! We appreciate your help in making this project better. Please follow the guidelines below to ensure a smooth contribution process.

  1. Fork the repository: Create your own copy of the repository by forking it on GitHub.

  2. Clone your fork: Clone your forked repository to your local machine:

    git clone https://github.com/mdarkanurl/DeshCode.git
    cd DeshCode
  3. Create a new branch: Before making changes, create a new branch for your feature or bug fix:

    git checkout -b my-feature-branch
  4. Make your changes: Implement your feature or bug fix. Be sure to write clear, concise commit messages.

  5. Run tests: Before submitting your changes, run the existing tests to ensure your changes don't break anything:

    npm test
  6. Submit a pull request: Once you're satisfied with your changes, push your branch to your forked repository:

    git push origin my-feature-branch

    Then, go to the original repository on GitHub and submit a pull request.

Thank you for your contributions! Together, we can make DeshCode even better.