Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 598 Bytes

Contribution Guide

Autogeneration of SDKs

  1. All SDKs are autogenerated using OpenAPI Generator project.
  2. Bot accounts creates PR with the new versions of the SDK that needs be reviewed by the team
  3. Once PR is merged developers are responsible for creating tagged release

Contributing to App Services SDK

Generating an API client locally

make generate

Linting

Run make lint to perform a lint check of the Go code.

Checking standards

spectral lint ./.openapi/kafka-admin-rest.yaml 

For more info see:

http://api.appservices.tech/spectral/