Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 1.56 KB

Contributing Guidelines

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.

How to open an Issue?

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.

Git workflow

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.

Setting up project for contribution

Follow the steps provided in Readme.md along with following things:

  1. Make a copy of file database.rules.json.tmp, rename the copy to database.rules.json and modify it accordingly.
  2. Make a copy of file config.js.tmp, rename the copy to config.js and modify it accordingly.
  3. Leave database.rules.json.tmp and config.js.tmp as is.

How to create a pull request?

We welcome all the support we get so to make it easier for you to contribute, we have define a process in the template.