PHP Classes

File: contributing/README.md

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   contributing/README.md   Download  
File: contributing/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 7 months ago
Size: 802 bytes
 

Contents

Class file image Download

Guidelines

Before we look into how to contribute to Aksara, here are some guidelines. Your Pull Requests (PRs) need to meet our guidelines.

If your Pull Requests fail to pass these guidelines, they will be declined, and you will need to re-submit when you've made the changes. This might sound a bit tough, but it is required for us to maintain the quality of the codebase.

PHP Style

All code must conform to our Style Guide, which is based on PSR-12.

This makes certain that all submitted code is of the same format as the existing code and ensures that the codebase will be as readable as possible.

You can fix most of the coding style violations by running this command in your terminal:

composer cs-fix