🎉 Thank you for considering contributing to Developer Manager! 🎉
We welcome contributions from the community to help improve and grow this project. Please take a moment to read the following guidelines.
If you encounter a bug or have a suggestion for improvement, please create an issue in the GitHub repository. Provide a clear and detailed description of the issue, including steps to reproduce it.
If you want to contribute directly to the codebase, follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request in the GitHub repository.
Please adhere to the coding style and conventions used in the project. Follow best practices for Flutter development.
If you are adding new features or modifying existing ones, make sure to include relevant tests. Test coverage is crucial for maintaining code quality.
To set up your development environment, follow the instructions in the README.md file.
By contributing to Developer Manager, you agree that your contributions will be licensed under the MIT License.
If you have questions or need assistance, you can reach out to the project maintainers:
- PETER IRUNGU peteralidante254@gmail.com
Thank you for contributing! 🚀