Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.1 KB

Contributing to drone-openapi

drone-openapi is an open source project started by handful of developers at The New York Times and open to the entire open source community.

We really appreciate your help!

Filing issues

When filing an issue, make sure to answer these five questions:

  1. What version of Go are you using (go version)?
  2. What version of Drone are you using?
  3. What operating system and processor architecture are you using?
  4. What did you do?
  5. What did you expect to see?
  6. What did you see instead?

Feel free to open issues asking general questions along with feature requests.

Contributing code

Pull requests are very welcome! Before submitting changes, please follow these guidelines:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue to discuss a new feature.
  3. Write tests.
  4. Make sure code follows the 'Go Code Review Comments'.
  5. Open a Pull Request.

License

Unless otherwise noted, drone-openapi is distributed under the Apache 2.0-style license found in the LICENSE file.