Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 956 Bytes

File metadata and controls

21 lines (16 loc) · 956 Bytes

Contributing to quant-admin-go

Thank you for your interest in contributing!

Auto-Generated Code

Warning

This SDK is auto-generated from the QuantCDN Unified API Specification.

Do not edit files in api/ or model/ directly. Your changes will be overwritten the next time the SDK is regenerated.

How to Contribute

  1. Issues: If you find look a bug or missing feature, please open an GitHub Issue.
  2. Generator Config: If the issue is with the Go module configuration (e.g., versioning), you may be able to submit a PR to change the generator config or openapitools.json if available.
  3. Tests: You can contribute to the test/ directory. These files are not overwritten and help ensure the SDK works as expected.

Pull Request Process

  1. Fork the repository.
  2. Create a feature branch.
  3. Commit your changes.
  4. Push to your fork and submit a Pull Request.
  5. CI will run to verify compilation and tests.