Thank you for considering contributing to our project! We welcome your contributions and appreciate your help in making our project better.
Before you start contributing, please take a moment to read our guidelines.
Please note that this project follows our Code of Conduct. Make sure to familiarize yourself with it before contributing.
-
Fork the Repository
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine.
git clone https://github.com/abdulrahmanDev1/Detours.git
-
-
Create a Branch
-
Create a new branch for your contribution.
git checkout -b feature/your-contribution
-
-
Make Changes
- Make your changes and ensure that your code follows the project's coding style.
-
Test Your Changes
- Test your changes thoroughly to make sure they work as expected.
-
Commit Your Changes
-
Commit your changes with a clear and descriptive commit message.
git commit -m "Add your concise and descriptive commit message here"
-
-
Push Your Changes
-
Push your changes to your forked repository.
git push origin feature/your-contribution
-
-
Create a Pull Request
- Create a pull request from your branch to the main repository.
- Provide a clear title and description for your pull request.
- Ensure that you reference any relevant issues.
-
Review
- The maintainers will review your contribution and may provide feedback.
- Make any necessary changes based on the feedback.
-
Merge
- Once your contribution is approved, it will be merged into the main branch.
If you encounter any issues or have suggestions, please create an issue on our GitHub repository. Provide as much detail as possible to help us understand and address the problem.
Thank you for contributing to our project!