By submitting a pull request, you represent that you have the right to license
your contribution to Eric Lewis and the community, and agree by submitting the patch
that your contributions are licensed under the MIT license (see
LICENSE.md
).
Please ensure to specify the following:
- PageSheet commit hash
- Contextual information (e.g. what you were trying to achieve with PageSheet)
- Simplest possible steps to reproduce
- More complex the steps are, lower the priority will be.
- Small project that reproduces the issue.
- Anything that might be relevant in your opinion, such as:
- Swift version or Xcode version
- iOS version and Build Configuration
- Stack Trace or Sentry output
A good PageSheet patch is:
- Concise, and contains as few changes as needed to achieve the end result.
- Tested, ensuring that any tests provided failed before the patch and pass after it.
- Documented, adding API documentation as needed to cover new functions and properties.