Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.23 KB

File metadata and controls

32 lines (20 loc) · 1.23 KB

Contributing

Thanks for your interest in contributing to the ANSI project!

Legal

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).

Contributor Conduct

All contributors are expected to adhere to the project's Code of Conduct.

Submitting a bug or issue

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)

Submitting a Pull Request

  1. Fork the repository and create a branch for your changes.
  2. Ensure your code follows Swift best practices and includes tests where applicable.
  3. Submit a pull request with a clear description of your changes.
  4. For significant changes, please open an issue first to discuss your idea.

The main development branch of the repository is main.

Formatting

We use Apple's swift-format for formatting code. PRs will not be accepted if they haven't be formatted.