Skip to content

Contributing

  • Intellij IDEA
  • Java 25 JDK(Amazon Corretto) or newer
  • Gradle 9.5.0
  • Brain
  1. git clone https://github.com/Crazy-Crew/CrazyVouchers.git

  2. cd CrazyVouchers

  3. ./gradlew build

  4. Check build/libs

  • Copy the style of code in the class you are editing.
  • No extra lines at the end of files.
  • No extra lines between imports.
  • No wildcard imports.

Pull Requests must be labeled properly according to if it’s a bug fix, a new feature or enhancements to the code base.

  • git checkout -b fix/your_fix
  • git checkout -b feature/your_feature
  • git checkout -b quality/your_enhancement
  • Commit your changes using git commit -m 'your commit'
  • Push to your branch using git push

You must explain what your pull request is changing and if needed, If needed, supply a video of your change as Pull Requests are a way to get feedback.

  • The branch you open the pull request to depends on the scope of your change.
    • Anything considered a “fix” or “internal” clean up that will not cripple a server or vastly change the experience of a server can be sent as a pull request to the main branch