Skip to content

jbb-project/jbb

Repository files navigation

#jBB - Java Bulletin Board

Build Status Quality Gate Overall coverage Maintainability Reliability Bugs Vulnerabilities Technical Debt

Last security report: security status stability status

Recent version: Download

jBB is free and open source board bulletin software written with java.

This software requires JDK 1.8 or higher.

#Contributing

  1. Fork it.
  2. Create a branch (git checkout -b name_of_your_branch).
  3. Commit your changes (git commit -am "Commit message").
  4. Push to the branch (git push origin name_of_your_branch).
  5. Create a new issue with a link to your branch, or make a Pull Request.