The following Guidelines provide you with better understading on how you could contribute to TamiatCMS, hosted in the TamiatCMS. We are more than happy to get ideas or suggestions from you that might help us. In advandce we would like to give you a big THANK YOU.
Since the project is in highly development pace, we appreciate all the feedback we get from testing our project. So in order to optimize our work we have define a template on how to open an Issue.
Our git workflow is simple and straight forward. There are two main branches, master
and develop
master
: Is the stable branch. It contains the latest stable version released.
develop
: The developing branch is used to prepare the next version. It contains the new features and bug fixes.
Follow the steps provided in Readme.md along with following things:
- Make a copy of file
database.rules.json.tmp
, rename the copy todatabase.rules.json
and modify it accordingly. - Make a copy of file
config.js.tmp
, rename the copy toconfig.js
and modify it accordingly. - Leave
database.rules.json.tmp
andconfig.js.tmp
as is.
We welcome all the support we get so to make it easier for you to contribute, we have define a process in the template.