This is StoryBB - a new forum software designed for roleplaying and collaborative storytelling online. The software is licenced under BSD 3-clause license.
Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images, are under their own licences.
Feel free to fork this repository and make your desired changes.
To get started, sign the Contributor License Agreement.
- master - is the main branch, from where we release
- feature branches exist for working on small features. Please branch from where you intend to merge into. Hotfixes can bypass the release branch.
- fork the repository. If you are not used to Github, please check out fork a repository.
- branch your repository, to commit the desired changes.
- send a pull request to us. If you have not signed the contributor agreement, the bot will remind you to do so.
- the bot will also let you know if the code passes coding standards and other automated tests.
- MySQL 5.5 or higher / MariaDB 10.1 or higher
- PHP 7.0 or higher
- cURL
- GD
- MySQLi
- mbstring (recommended)
- iconv (recommended)