README.md
# Test Management System
[![Build Status](https://travis-ci.com/pluf/tms.svg?branch=master)](https://travis-ci.com/pluf/tms)
[![codecov](https://codecov.io/gh/pluf/tms/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/tms)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/tms/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/tms/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/tms/badge.svg?branch=master)](https://coveralls.io/github/pluf/tms?branch=master)
A test team need a simple tool to manage the process of a test and report generator. This is a module to add test management functinality into the Plfu.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.