Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 872 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 872 Bytes

Thank you for considering contributing to OpenAPIKit!

Take a look at the Code of Conduct and note the MIT license associated with this project.

Please do the following in the course of preparing a branch and pull request for this project.

  • Create an issue motivating the changes you've made if one does not already exist. If you are unsure of how to adress an issue, seek out converstation on the issue before committing to a strategy.
  • Add test cases that cover the logical branches of your addition. For bug fixes, at least one of your test cases should fail prior to your change to serve as a regression test against the bug being fixed.
  • If relevant, cite the OpenAPI specification in describing your changes.

Thanks!