Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

47 lines (25 loc) · 2.13 KB

How to contribute to EmergeX

Our goal

We ❤️ what we do. By sharing these expirements, we hope to help others do what they love too.

Feedback and contributions welcome!

Code of Conduct

Please read the Code of Conduct.

Licensing

Code on the EmergeX GitHub is licensed under the terms of the Apache 2.0 license: https://www.apache.org/licenses/LICENSE-2.0 and https://github.com/ciscoemerge/emergeX/blob/master/LICENSE. This license ensures a balance between openness and allowing you to use the code with minimal requirements.

Contributing with comments on articles

Most of our experiments are covered on our blog. Please comment and share these articles!

Contributing with code

  • Fork the repo.
  • Make changes.
  • Submit a pull request.

Please always add clear comments to your pull requests. We will make every effort to review pull requests within a few days.

Read the docs on how to fork if you need help.

Licensing Code Contributions

All code that you write yourself and contribute to the EmergeX Github must be licensed under the Apache 2.0 license. If you wrote the code as part of work for someone else (like a company), you must ensure that you have the proper rights and permissions to contribute the code under the terms of the Apache 2.0 license.

If you want to contribute any code that you did not write yourself (like pre-existing open source code), either alone or in combination with code that you did write, that code must be available under the Apache 2.0, BSD, or MIT license.

If you want to contribute code to the EmergeX Github that is under any different license terms than specified above, please contact us to request a review.

Coding conventions

We're flexible, but please write clean code and use good practices, e.g., sensible variable names.


Thanks for your help! 😄

Dario Cazzani & the Cisco Emerge Team