Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.5 KB

4klift (Forklift) Framework

Contributing to 4klift

If you'd like to contribute to the 4klift project, create component libraries, etc.:

  1. Create an account on GitHub.

  2. Navigate to https://github.com/deasilworks/4klift and Fork.

  3. From your own fork, clone or download the project:

     git clone https://github.com/{your-account}/4klift.git
    

Bug Reporting

To report bugs, please report it via the Issues tab on the source project:

  • Describe the issue clearly in the title field.
  • List the steps that reproduce the bug. Include code examples or unit test as applicable.
  • Please provide detail regarding your work environment: OS, versions of PHP, IDE, etc.

Creating 4flift Components

If you have created a component for 4klift, refer to the Assets Documentation for creating a logo.

Code Quality

4klift and its components attempt to comply with PSR-1, PSR-2, and PSR-4. We welcome pull requests fixing any violations.

This open-source project is brought to you by Deasil Works, Inc. Copyright © 2017 Deasil Works, Inc.