Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 954 Bytes

File metadata and controls

15 lines (12 loc) · 954 Bytes

Protobuf definitions for various projects, including swift-homomorphic-encryption

Contributing

Welcome to the Swift Homomorphic Encryption community! Thanks for your interest in contributing. We would love contributions in the form of feedback via GitHub Issues, pull requests with new features, bug fixes, documentation (including fixing typos!), and your ideas. If it's a big change, please start with an Issue.

Before contributing, please install pre-commit, e.g. via brew install pre-commit. Then run pre-commit install to install pre-commit for the repository. Then on each commit, some basic formatting checks will be run.

Pull Requests:

Before making a commit for a pull request, please run pre-commit install. Then on each commit some basic formatting checks will be run.