Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.29 KB

File metadata and controls

39 lines (22 loc) · 1.29 KB

Contributing

Trivial Contributions (e.g. a simple bugfix)

By submitting your Pull Request you agree to the Contributor License Agreement.

When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's open source license. By submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

Non-trivial Contributions (e.g. >100 lines of code, or new functionality)

We require a signed CLA prior to reviewing and merging the Pull Request. Please complete and sign, then scan and email a pdf file of the Contributor License Agreement to tech@amida-tech.com.

======

How to contribute

Create an issue

  • Make sure it isn't a duplicate of an existing issue.
  • Include system details.
  • Paste any error output logs.

Submit a Pull Request

  1. Fork and clone the repo.
  2. Create a branch for your changes.
  3. Write tests for your changes.
  4. Make sure all tests pass.
  5. Submit a Pull Request.

Some things that will increase the chance that your pull request is accepted:

  • Write good tests.
  • Write a good commit message. ====