Thanks for your interest in contributing to the ANSI project!
By submitting a pull request, you represent that you have the right to license your contribution to the ANSI project and the community, and agree by submitting the patch that your contributions are licensed under the Apache License v2.0 (see LICENSE.txt).
All contributors are expected to adhere to the project's Code of Conduct.
Please ensure to include the following in your bug report
- A consise description of the issue, what happened and what you expected.
- Simple reproduction steps
- Version of the library you are using
- Contextual information (Swift version, OS etc)
- Fork the repository and create a branch for your changes.
- Ensure your code follows Swift best practices and includes tests where applicable.
- Submit a pull request with a clear description of your changes.
- For significant changes, please open an issue first to discuss your idea.
The main development branch of the repository is main.
We use Apple's swift-format for formatting code. PRs will not be accepted if they haven't be formatted.