Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 3.12 KB

CONTRIBUTING.md

File metadata and controls

77 lines (56 loc) · 3.12 KB

Contributing to Zeebe

Most of the contributing guidelines are copied from the Zeebe contributing guidelines.

Reporting issues or contact developers

Zeebe uses GitHub issues to organize the development process. If you want to report a bug or request a new feature feel free to open a new issue on GitHub.

If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem.

If you have a general usage question please ask on the forum or slack channel.

GitHub Issue Guidelines

Every issue should have a meaningful name and a description which either describes:

  • a new feature with details about the use case the feature would solve or improve
  • a problem, how we can reproduce it and what would be the expected behavior
  • a change and the intention how this would improve the system

Labels

TODO

Commit Message Guidelines

TODO

License

All chaos experiments are made available under the Apache License, Version 2.0. See individual source files for details. If you would like to contribute something, or simply want to hack on the code this document should help you get started.

Sign the Contributor License Agreement

Please make sure you have signed our Contributor License Agreement. We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].