Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.83 KB

CONTRIBUTING.md

File metadata and controls

46 lines (35 loc) · 2.83 KB

How to Contribute

Thank you for your interest in contributing to this repository. If you are not a Cisco employee, we unfortunately cannot accept pull request submissions from you. However, we welcome you to open issues.

If you are a Cisco employee who is working on a microservice that will become part of this repository, read on.

Adding a new microservice

  • Edit cloud-fw-mgr-api-docs.config.yaml in the root of this repo, and add the new microservice to the services section. For example:
  - name: "my-new-service"
    url: "https://staging.manage.security.cisco.com/api/platform/my-new-service/v3/api-docs.yaml"

Making API changes to an existing microservice

My change is backwards-incompatible

To adhere to Cisco's policy around backwards compatibility, you cannot make backwards-incompatible changes to an existing microservice. If you need to make a backwards-incompatible change, please work with Jeremy Street and Siddhu Warrier.

My change is backwards-compatible

This can involve adding new APIs, or changing existing in APIs in a backwards-compatible manner.