Contribute To SiberianCMS
Anyone can contribute to SiberianCMS. And we need your contributions.
There are multiple ways to contribute: report bugs, improve the docs, and contribute code.
Submit An Issue
- Search into existing issues before submitting yours
- Fork our Github repo:
https://github.com/Xtraball/Siberian.git
-
Create a new branch from master
-
Issue
git checkout -b issueid-shortdescription
-
Feature
git checkout -b feature-name
-
-
Review our pull request guidelines.
- Follow our coding conventions.
- Test your code so it won't break any feature`
- Submit a pull request!
Help Improve The Docs
Our documentation is hosted on github too, and will grow with new features, help us improve it the same way.
If you found a typo, make a tutorial or have a better way to describe our documentation, fork it !
Fork the Github repo: git clone https://github.com/Xtraball/SiberianCMS-Doc.git
We use MkDocs to generate the docs, so every page is written in Markdowns
Share new features
If you have developed, who are aiming to develop new features to share with the SiberianCMS community you are welcome.
We wrote a complete documentation on how to create new modules
Pull Request
Keep your pull requests as small as possible, bundle only one feature or bug fix per pull request, it is also easier for us to test single bug fixes
Conventions
We try to follow the PSR-1 standard as much as possible, and to keep our code clear and understandable, that's all !
- Comment every portion of code you think could be hard to understand.
License
By contributing your code, you agree to license your contribution under the OSL license.