File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Contribution guidelines
2+
3+ Contributions are very welcome. Please stick to the [ code of conduct] ( ./CODE_OF_CONDUCT.md ) and, if possible, follow the issue templates.
4+
5+
6+ ### Commit message guidelines
7+
8+ Please use the following template for your commit messages.
9+
10+ ```
11+ type(scope): message
12+
13+ message-body
14+
15+ BREAKING CHANGE
16+ Closes #4746
17+ ```
18+
19+ The message body can be multiple lines without any empty lines in between. If there is a breaking change please add the ` BREAKING CHANGE ` note.
20+ If there is a related issue to this commit, please add a line containing ` Closes/Fixes/Related to #ISSUENUMBER ` . The type may be
21+ one of the following
22+
23+ - feature (if new features are introduced)
24+ - fix (if a bug was fixed and no features are introduced)
25+ - package (for changes related to npm/travis configuration)
26+ - misc (anything that does not fit in the above)
You can’t perform that action at this time.
0 commit comments