Thank you for your interest in contributing to our project! We welcome contributions from the community to help improve and expand the functionality of the project. Follow the guidelines below to get started:
- Go to the project repository on GitHub: https://github.com/MahmoudNasser01/Django-Jr-Mid-RoadMap
- Click on the "Fork" button in the top-right corner to create a copy of the repository in your GitHub account.
- Clone the forked repository to your local machine:
git clone [email protected]:MahmoudNasser01/Django-Jr-Mid-RoadMap.git
- Navigate to the project directory:
cd Django-Jr-Mid-RoadMap
- Create a new branch for changes:
git checkout -b your_branch_name
- Push your branch to your forked repository:
git push origin your_branch_name
- Go to the original repository on GitHub.
- Click on the "Compare & pull request" button for your branch.
- Fill out the PR template with the necessary information:
- Describe the changes you have made.
- Reference any related issues or pull requests.
- Submit the pull request.
Once you have submitted a pull request, our team will review your contribution. We will provide feedback and suggestions if needed. Once your contribution has been reviewed and approved, we will merge it into the main project repository.