jBB is free and open source board bulletin software written with java.
This software requires JDK 1.8 or higher.
- Fork it.
- Create a branch (
git checkout -b name_of_your_branch
). - Commit your changes (
git commit -am "Commit message"
). - Push to the branch (
git push origin name_of_your_branch
). - Create a new issue with a link to your branch, or make a Pull Request.