Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.33 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (20 loc) · 1.33 KB

Pull Request Process

Before submitting a pull request

Please review the guidelines for contributing to this repository and remove this and all lines above this one prior to submitting your pull request.

Description

A brief description of your pull request.

Checklist

Ensure that your pull request has followed all the steps below:

  • Code compilation.
  • All tests passing.
  • No new SwiftLint issues.
  • Added new unit tests, if applicable.
  • Extended the documentation (including README), if applicable.
  • Updated version in CBORCoding.podspec following semver guidelines.
  • Ran workflowtests.sh and passed.
  • Added myself to the CONTRIBUTORS file.

Proposed changes

A detailed explaination of your changes and why these should be added to this project.

If this is related to one or more issues, please add closes #XXXX (or any other acceptable notation) to link this pull request to them.

Additional Info

Any other relevant information that needs to be known about this pull request (e.g. "tvOS 14.0 and up", "Requires Xcode 13", etc.).