Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 821 Bytes

File metadata and controls

25 lines (18 loc) · 821 Bytes

Contributing to ColorsKit

Thanks for considering a contribution! This project welcomes issues and pull requests.

How to Contribute

  • Fork the repo and create a topic branch.
  • Write tests for changes where practical.
  • Keep code small and focused; follow Swift naming conventions.
  • Open a PR with a clear description and checklist.

Developer Certificate of Origin (DCO)

By contributing, you agree to the Developer Certificate of Origin 1.1. Each commit must be signed-off:

Signed-off-by: Your Name <your.email@example.com>

You can use git commit -s to add the sign-off automatically.

Code of Conduct

This project adheres to the Contributor Covenant. See CODE_OF_CONDUCT.md.

License

Contributions are licensed under the project’s Apache-2.0 license.