Skip to content

oskopek/gymy-seminar

Repository files navigation

gymy-seminar

Java CI with Maven

A seminar grouping system.

Building

  • Recommended: mvn clean install -DskipTests

  • To run unit tests: mvn clean install

  • To clean, run: mvn clean

Running releases

  • Download the latest release (jar with dependencies)

  • Run it with java -jar gymy-seminare-VERSION-jar-with-dependencies.jar

Getting help

Don’t be afraid to open an issue.

Contributing

Everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using alpha, beta, and pre-release versions

  • by reporting bugs

  • by suggesting new features

  • by implementing planned features

  • by translating to a new language

  • by writing or editing documentation

  • by writing specifications

  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)

  • by refactoring code

  • by closing issues

  • by reviewing patches

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn’t already been submitted. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug, including your Java version and operating system.

Submitting a Pull Request

  1. Fork the repository

  2. Create a topic branch

  3. Implement your feature or bug fix

  4. If applicable, add tests for your feature or bug fix

  5. Run mvn clean install

  6. If the tests fail, return to step 3 and 4

  7. Add, commit, and push your changes

  8. Submit a pull request