Skip to content

Commit 51b0dd7

Browse files
authored
Merge branch 'master' into fix/correctly_ignore_activity_label_bounds
2 parents 171c6b6 + 265ea8b commit 51b0dd7

4 files changed

Lines changed: 1035 additions & 777 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The following sources can give you an idea of whether your request is likely to
4343
8. Prior to opening a Pull Request, ensure the build is fully working by locally running `npm run all` (build, check and
4444
test everything).
4545

46-
9. Open a [GitHub Pull Request](./docs/contributors/pull-request.md#open-a-pull-request) with your patches. (**1** pull request = **1** feature or bug)
46+
9. Open a [GitHub Pull Request](./docs/contributors/pull-request.md#open-a-pull-request) with your patches. (**1** pull request = **1** feature or bug).
47+
Always follow and fill the [Pull Request template](./.github/pull_request_template.md). It is generally proposed to you when you open a Pull Request.
48+
Not following this template may result in a delay in processing your Pull Request as we may need to ask you for more information prior to reviewing your contribution.
4749
We will review your contribution and respond as quickly as possible. Keep in mind that this is an open source project, and it may take us some time to get back to you. Your patience is very much appreciated.
4850

4951
10. If this is your 1st Pull Request, sign the [Contributor License Agreement](./docs/contributors/pull-request.md#sign-the-contributor-license-agreement).

dev/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<title>bpmn-visualization - Demo</title>
7-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1.0/css/all.min.css" integrity="sha256-4rTIfo5GQTi/7UJqoyUJQKzxW8VN/YBH31+Cy+vTZj4=" crossorigin="anonymous">
7+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.2.0/css/all.min.css" integrity="sha256-MVopmdyC2tYTiJ8wlktf0uh0v4NgT+vNdyVFepi7Q0c=" crossorigin="anonymous">
88
<link href="./static/css/styles.css" rel="stylesheet">
99
<link rel="icon" type="image/svg+xml" href="./static/img/favicon.svg">
1010
<script src="../ts/pages/index.ts" type="module"></script>

0 commit comments

Comments
 (0)