Thank you for considering contributing to the Open Source Classifieds Backend! Your involvement is essential for the success of this project. Please take a moment to review the following guidelines to make your contribution process smooth and effective.
By participating in this project, you agree to follow the Code of Conduct. We are committed to creating a respectful and inclusive environment for all contributors.
1 . Fork the repository.
2 . Create a new branch for your contribution:
git checkout -b feature/your-feature-name
1 . Commit your changes with descriptive commit messages:
git commit -m "Add new feature"
2 . Push your branch to your forked repository:
git push origin feature/your-feature-name
3 . Create a pull request (PR):
- Go to the original repository.
- Click on "Pull Requests" and then "New 3. Pull Request".
- Select your branch and provide a meaningful title and description for your PR.
- Make sure to reference any related issues or discussions.
4 . Review and discuss your PR:
- Your PR will be reviewed by project maintainers.
- Be ready to address any feedback or changes requested.
5 . Once your PR is approved and passes any required checks, it will be merged into the main repository.