Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Improve readme #60

Merged
merged 1 commit into from
Sep 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# bpmn-layout-generators [![Build Status](https://travis-ci.com/process-analytics/bpmn-layout-generators.svg?branch=master)](https://travis-ci.com/process-analytics/bpmn-layout-generators)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://github.com/process-analytics/.github/blob/main/CODE_OF_CONDUCT.md)
<h1 align="center">BPMN Layout Generators</h1> <br>
<p align="center">
<p align="center">
<a href="https://github.com/process-analytics/bpmn-layout-generators/releases">
<img alt="GitHub release (latest by date including pre-releases" src="https://img.shields.io/github/v/release/process-analytics/bpmn-layout-generators?color=orange&include_prereleases">
</a>
<a href="https://travis-ci.com/process-analytics/bpmn-layout-generators">
<img alt="Build" src="https://travis-ci.com/process-analytics/bpmn-layout-generators.svg?branch=master">
</a>
<br>
<a href="CONTRIBUTING.md">
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square">
</a>
<a href="https://github.com/process-analytics/.github/blob/main/CODE_OF_CONDUCT.md">
<img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg">
</a>
<a href="LICENSE">
<img alt="License" src="https://img.shields.io/github/license/process-analytics/bpmn-layout-generators?color=blue">
</a>
</p>
</p>

:warning: THIS IS AN EXPERIMENTAL PROJECT :warning:

Tools for generating missing BPMNDiagram elements in BPMN files

Expand All @@ -21,3 +42,8 @@ Java

Javascript
- https://github.com/bpmn-io/bpmn-auto-layout/

## License

`bpmn-layout-generators` is released under the [Apache 2.0](LICENSE) license. \
Copyright &copy; 2020, Bonitasoft S.A.