Skip to content

Draft: Delete LICENSE

Contribution Conformance

Please make yourself familiar enough with the code to understand if it has specific dispositions so that your contributions can be conformant. An example would be code that attempts to minimize parameter complexity - conforming with this sometimes means that a parameter is used for both feature enablement and configuration. For instance the parameter s3_bucket might take Disabled, CreateOneForMe and <a valid bucket name or ARN>

  • I have read the CONTRIBUTING.md for this project and my Merge Request conforms to all of it's requirements.
  • I have searched all code files to understand the impact of my change or where my change may require other files to be updated as well.

Testing

  • I have tested the code in this exact branch I am merging. (and I have not tested elsewhere and then spliced in the changes to this branch without testing the branch).
  • I have tested this code in at least the target operating systems and environments identified in CONTRIBUTING.md (If CONTRIBUTING.md states requirements).
Edited by palmzzm

Merge request reports