Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.93 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 2.93 KB

Contributing to Themis

Themis is an open-source, Apache 2 licensed software, maintained by Cossack Labs for building reliable cryptography in our products: Acra, Hermes, and Toughbase. You can hack it in any way you want and contribute things back if you need something more than what we provide. As a development company, we focus on implementing features that are important to our products but would gladly spend some time to make Themis useful for everybody.

We highly encourage you to:

  • Ask questions and participate in discussions on GitHub.
  • Report any bugs and request features via GitHub Issues.
  • Report bugs that you have fixes with a patch via GitHub Pull request (after issuing a corresponding issue and leaving a link to pull there).
  • Add something new to Themis. There is a certain design scheme according to which we'd like to keep developing Themis. If your contributions fall along with it, we'd be more than glad to accept some fundamental additions. It's better to discuss the subject using email before taking action.

Every commit that goes into the master branch is audited and reviewed by somebody from Cossack Labs, so don't be surprised if it takes longer than you expect.

"I'd like to help somehow, but don't know what will be useful. What should I do?"

If you're looking for something to contribute to and gain eternal respect, just pick the things in the list of issues and let us know via email, or raise a new issue to make sure nobody's on it yet.

Issues marked as "enhancement" are a great place to start.

If you'd like to do independent parts (implement new procedures/objects, create a language wrapper or a set of examples for languages or architectures we don't have and don't even plan yet) — just go ahead and let us know when you finish.

If you'd like to participate in the core development more closely, get in touch.

Getting in touch