You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
You are here to help on `bpmn-visualization-R`? Awesome, feel welcome and read the following guidelines in order to know how to contribute, to ask questions and to make `bpmn-visualization-R` such a great tool.
3
+
You are here to help on `bpmnVisualizationR`? Awesome, feel welcome and read the following guidelines in order to know how to contribute, to ask questions and to make `bpmnVisualizationR` such a great tool.
4
4
5
5
All members of our community are expected to follow our [Code of Conduct](https://github.com/process-analytics/.github/blob/main/CODE_OF_CONDUCT.md). Please make sure you are welcoming and friendly in all of our spaces.
6
6
@@ -11,7 +11,7 @@ There are many ways to contribute:
11
11
- help people with the questions they ask on the [GitHub Issues](https://github.com/process-analytics/bpmn-visualization-R/issues)
12
12
- submitting bug reports and feature requests in the [GitHub Issues](https://github.com/process-analytics/bpmn-visualization-R/issues/new)
13
13
- improving the README & documentation
14
-
- writing code which can be incorporated into `bpmn-visualization-R` itself
14
+
- writing code which can be incorporated into `bpmnVisualizationR` itself
15
15
16
16
### Code and documentation changes guidelines
17
17
@@ -34,7 +34,7 @@ For all contributions, please respect the following guidelines:
34
34
35
35
### Fork & create a branch
36
36
37
-
[Fork bpmn-visualization-R](https://help.github.com/articles/fork-a-repo) and create a branch with a descriptive name.
37
+
[Fork the bpmn-visualization-R repository](https://help.github.com/articles/fork-a-repo) and create a branch with a descriptive name.
38
38
39
39
A good branch name would be (where issue #25 is the ticket you're working on): **25-customize_overlays**
40
40
@@ -51,8 +51,7 @@ The most important part is the title of the Pull Request, because:
51
51
52
52
### Open a Pull Request
53
53
54
-
At this point, you should switch back to your main branch and make sure it's up-to-date with `bpmn-visualization-R`
55
-
`main` branch:
54
+
At this point, you should switch back to your main branch and make sure it's up-to-date with the `main` branch of the `bpmn-visualization-R` repository:
@@ -88,7 +87,7 @@ You only need to sign the CLA once or when the CLA terms have changed.
88
87
89
88
### Keeping your Pull Request updated
90
89
91
-
If a maintainer asks you to [rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your PR, they're saying that a lot of code has changed, and that you need to update your branch so it's easier to merge.
90
+
If a maintainer asks you to [rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your PR, they're saying that a lot of code has changed, and that you need to update your branch, so it's easier to merge.
Copy file name to clipboardExpand all lines: DESCRIPTION
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
Package: bpmnVisualization
1
+
Package: bpmnVisualizationR
2
2
Type: Package
3
3
Title: Visualize Process Execution Data on BPMN Diagrams
4
4
Version: 0.2.2.9000
5
5
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "process.analytics.dev+CRAN@gmail.com"),
6
6
person("Thomas", "Bouffard", role = "aut"))
7
-
Description: To visualize the execution data of the processes on BPMN (Business Process Model and Notation) diagrams, using overlays, style customization and interactions, with BPMN Visualization.
7
+
Description: To visualize the execution data of the processes on BPMN (Business Process Model and Notation) diagrams, using overlays, style customization and interactions, with the bpmn-visualization TypeScript library.
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1align="center">BPMN Visualization - R Package</h1>
1
+
<h1align="center">bpmnVisualizationR</h1>
2
2
<divalign="center">
3
3
<p align="center"> <img title="Email Voting BPMN Diagram with overlays" src="doc/example_email_voting_with_overlays.svg" alt="Email Voting BPMN Diagram with overlays"></p>
4
4
<p align="center">
@@ -23,7 +23,7 @@
23
23
<br>
24
24
25
25
<!-- duplicated with README.md -->
26
-
`bpmnVisualization` is an R package for visualizing process execution data on BPMN diagrams, using overlays, style customization and interactions.
26
+
`bpmnVisualizationR` is an R package for visualizing process execution data on BPMN diagrams, using overlays, style customization and interactions.
27
27
28
28
It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provides an easy-to-use framework for bringing together R and the [bpmn-visualization](https://github.com/process-analytics/bpmn-visualization-js) TypeScript library.
29
29
<!-- END OF duplicated with README.md -->
@@ -38,7 +38,7 @@ install.packages('devtools')
38
38
```
39
39
40
40
<!-- duplicated with README.md -->
41
-
#### Install _BPMN Visualization - R Package_ from GitHub
41
+
#### Install _bpmnVisualizationR_ from GitHub
42
42
43
43
To install a dedicated version (available versions can be found in the [GitHub releases page](https://github.com/process-analytics/bpmn-visualization-R/releases)), run:
To contribute to `bpmn-visualization-R`, fork and clone this repository locally and commit your code on a separate branch. \
137
+
To contribute to `bpmnVisualizationR`, fork and clone this repository locally and commit your code on a separate branch. \
138
138
Please write tests for your code before opening a pull-request.
139
139
140
140
You can find more detail in our [Contributing guide](CONTRIBUTING.md). Participation in this open source project is subject to a [Code of Conduct](CODE_OF_CONDUCT.md).
@@ -143,5 +143,5 @@ You can find more detail in our [Contributing guide](CONTRIBUTING.md). Participa
143
143
144
144
## 📃 License
145
145
146
-
`bpmn-visualization-R` is released under the [Apache 2.0](LICENSE) license. \
146
+
`bpmnVisualizationR` is released under the [Apache 2.0](LICENSE) license. \
`bpmnVisualization` is an R package for visualizing process execution data on BPMN diagrams, using overlays, style customization and interactions.
11
+
`bpmnVisualizationR` is an R package for visualizing process execution data on BPMN diagrams, using overlays, style customization and interactions.
12
12
13
13
It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provides an easy-to-use framework for bringing together R and the [bpmn-visualization](https://github.com/process-analytics/bpmn-visualization-js) TypeScript library.
0 commit comments