Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.64 KB

CONTIBUTING.md

File metadata and controls

45 lines (25 loc) · 1.64 KB

Contributing to Developer Manager

🎉 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.

How Can I Contribute?

Reporting Bugs

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.

Submitting Changes

If you want to contribute directly to the codebase, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b feature/your-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Open a pull request in the GitHub repository.

Code Style

Please adhere to the coding style and conventions used in the project. Follow best practices for Flutter development.

Testing

If you are adding new features or modifying existing ones, make sure to include relevant tests. Test coverage is crucial for maintaining code quality.

Development Setup

To set up your development environment, follow the instructions in the README.md file.

License

By contributing to Developer Manager, you agree that your contributions will be licensed under the MIT License.

Maintainers

If you have questions or need assistance, you can reach out to the project maintainers:

Thank you for contributing! 🚀