👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to ControllerGenerator. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document in a pull request.
- Before submitting a bug report, please search for existing issues to avoid duplicates.
- If you find a bug that hasn't been reported yet, open a new issue. Be sure to include a clear and descriptive title, a detailed description of the bug, and steps to reproduce it.
- If you have a feature request, open a new issue. Provide a clear and descriptive title, along with a detailed description of the feature you would like to see.
- Fork the repository and create your branch from
main
. - If the project has a
CONTRIBUTING.md
file, follow the guidelines defined there. - Ensure your code follows the coding conventions and style used in the project.
- Make sure to add appropriate tests for your changes, if applicable.
- Ensure all tests pass and the build is successful before submitting a pull request.
- Update the README with any necessary changes to the documentation.
- Submit a pull request to the
main
branch.
- Help review pull requests from other contributors. Provide constructive feedback and suggestions to help improve the code.
- If you are a project maintainer, make sure to review and merge pull requests in a timely manner.
This project follows a Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
By contributing to this project, you agree that your contributions will be licensed under the MIT license.
- GitHub Docs: About Collaborative Development
- GitHub Docs: Setting guidelines for repository contributors
We look forward to your contributions! Thanks again for your interest in ControllerGenerator!