docs(project/COMMIT_MESSAGES): update case
This commit is contained in:
parent
1c8b0b5f36
commit
aca1ea21e9
|
@ -7,7 +7,7 @@ The goal is to achive better readability of the projects commit log and eventual
|
|||
```plain
|
||||
feat(context-pad): add delete button
|
||||
fix(modeling): assign valid semantic ids
|
||||
fix(viewer): correctly fire imported event
|
||||
fix(Viewer): correctly fire imported event
|
||||
fix(core): handle missing BPMNPlane during import
|
||||
```
|
||||
|
||||
|
@ -45,6 +45,7 @@ Consider the following hints when writing commit messages
|
|||
* `viewer` commit changes viewer code
|
||||
* `context-pad` commit alters context pad
|
||||
* `modeling/BpmnFactory` commit fixes a specific bug in the `BpmnFactory` (use in rare important cases only)
|
||||
* use lower case for modules, camelCase for files (according to file names)
|
||||
|
||||
* beware of public api (everything that has been blogged about on [bpmn.io](http://bpmn.io/blog))
|
||||
|
||||
|
@ -78,4 +79,4 @@ Before: asdas123se8as
|
|||
Now: StartEvent_asdas123se8as
|
||||
|
||||
Closes #108
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue