Skip to content
Snippets Groups Projects
Commit 01d68d06 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

style: streamline punctuation

parent c86fac77
No related branches found
No related tags found
1 merge request!23feat: make the repo commitizen friendly
module.exports = {
types: [
{ value: 'tr-s', name: 'tr-s: Small addition to or revision of the Technical Reference.' },
{ value: 'tr-m', name: 'tr-m: Medium addition to or revision of the Technical Reference.' },
{ value: 'tr-l', name: 'tr-l: Huge contribution to or revision of the Technical Reference.' },
{ value: 'tr-s', name: 'tr-s: Small addition to or revision of the Technical Reference' },
{ value: 'tr-m', name: 'tr-m: Medium addition to or revision of the Technical Reference' },
{ value: 'tr-l', name: 'tr-l: Huge contribution to or revision of the Technical Reference' },
{ value: 'feat', name: 'feat: A new feature' },
{ value: 'fix', name: 'fix: A bug fix' },
{ value: 'docs', name: 'docs: General documentation-only changes' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment