Thank you for your interest in contributing to the RocketDelivery project! We appreciate your help in making this project better.
- Fork the Repository: Click the 'Fork' button on the top right corner of the repository page to create a copy of the repository in your GitHub account.
- Clone Your Fork: Clone your forked repository to your local machine using the following command:
git clone https://github.com/<your-username>/RocketDelivery.git
- Create a New Branch: It’s a good practice to create a new branch for each contribution. You can do this with:
git checkout -b my-feature-branch
- Make Changes: Open the code in your preferred editor and make your changes.
- Commit Your Changes: After you’ve made your changes, commit them with a meaningful message:
git commit -m "Add some feature" - Push to Your Fork: Push your changes back to your fork:
git push origin my-feature-branch
- Submit a Pull Request: Go to the original repository (RocketDelivery) and click on the "New Pull Request" button. Select your branch and submit the pull request.
- Code Quality: Make sure your code adheres to the existing code style and is well tested.
- Documentation: If your changes affect the documentation, please update it accordingly.
- Communication: Keep communication open; if you have questions, feel free to ask!
Thank you for contributing! We're excited to see your contributions to RocketDelivery!