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.
-
Fork the repository: Create your own copy of the repository by forking it on GitHub.
-
Clone your fork: Clone your forked repository to your local machine:
git clone https://github.com/mdarkanurl/DeshCode.git cd DeshCode -
Create a new branch: Before making changes, create a new branch for your feature or bug fix:
git checkout -b my-feature-branch
-
Make your changes: Implement your feature or bug fix. Be sure to write clear, concise commit messages.
-
Run tests: Before submitting your changes, run the existing tests to ensure your changes don't break anything:
npm test -
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.