Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.11 KB

File metadata and controls

38 lines (24 loc) · 1.11 KB

Contributing

Thank you for your interest in contributing to DeluxeMenus!

By contributing to this project, you agree to follow our Code of Conduct.

Requirements

To get started, you’ll need a few tools. The easiest setup is using an IDE like IntelliJ IDEA, which includes most of these:

  1. Java 17 or higher
  2. Gradle (check the version in /gradle/wrapper/gradle-wrapper.properties)
  3. A text editor or IDE

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork to your local machine
  3. Set up your development environment
  4. Make your changes on a new branch

Before You Submit a Pull Request

  • Make sure you’ve read and followed the Code of Conduct
  • Test your changes thoroughly
  • Review and verify any AI-generated code

Pull Request Guidelines

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!