Thank you for your interest in contributing to DeluxeMenus!
By contributing to this project, you agree to follow our Code of Conduct.
To get started, you’ll need a few tools. The easiest setup is using an IDE like IntelliJ IDEA, which includes most of these:
- Java 17 or higher
- Gradle (check the version in
/gradle/wrapper/gradle-wrapper.properties) - A text editor or IDE
- Fork the repository on GitHub
- Clone your fork to your local machine
- Set up your development environment
- Make your changes on a new branch
- Make sure you’ve read and followed the Code of Conduct
- Test your changes thoroughly
- Review and verify any AI-generated code
When opening a pull request, please:
- Provide a clear description of the changes
- Explain why the changes are necessary
- Link any related issues, if applicable
Your contributions help improve the project for everyone. Thank you!