From aca1ea21e98830c5624705a00368c144e5d09abe Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 12 Aug 2014 11:13:09 +0200 Subject: [PATCH] docs(project/COMMIT_MESSAGES): update case --- docs/project/COMMIT_MESSAGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/project/COMMIT_MESSAGES.md b/docs/project/COMMIT_MESSAGES.md index 7ac4f28f..e7d6ffd5 100644 --- a/docs/project/COMMIT_MESSAGES.md +++ b/docs/project/COMMIT_MESSAGES.md @@ -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 -``` \ No newline at end of file +```