Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 696 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 696 Bytes

mittwald PHP API client -- Contribution guide

General considerations

  • We enforce a uniform coding style across this project. Please make sure to run composer run format before committing your changes.
  • Nearly all files in the mittwald/api-client package are generated from the OpenAPI spec. Please do not edit these files manually. Instead, edit the corresponding template files in the packages/generator/resources/templates directory.

Building locally

Requirements for building the project locally:

To run the type checker and formatter, run:

composer run check
composer run format