Skip to content
Snippets Groups Projects
Commit c86fac77 authored by Simon Sendler's avatar Simon Sendler :turtle:
Browse files

style: revise for better English

parent 4e54df83
No related branches found
No related tags found
1 merge request!23feat: make the repo commitizen friendly
module.exports = { module.exports = {
types: [ types: [
{ value: 'tr-s', name: 'tr-s: Small addition to or revision of 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 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 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: 'feat', name: 'feat: A new feature' },
{ value: 'fix', name: 'fix: A bug fix' }, { value: 'fix', name: 'fix: A bug fix' },
{ value: 'docs', name: 'docs: General documentation only changes' }, { value: 'docs', name: 'docs: General documentation-only changes' },
{ {
value: 'style', value: 'style',
name: name:
'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)', 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semicolons, etc)',
}, },
{ value: 'test', name: 'test: Adding missing tests' }, { value: 'test', name: 'test: Adding missing tests' },
{ {
...@@ -25,7 +25,7 @@ module.exports = { ...@@ -25,7 +25,7 @@ module.exports = {
{ {
value: 'chore', value: 'chore',
name: name:
'chore: Other changes that modify other than source or test files' 'chore: Other changes that modify files other than source or test files'
}, },
{ value: 'revert', name: 'revert: Revert to a commit' }, { value: 'revert', name: 'revert: Revert to a commit' },
], ],
...@@ -48,7 +48,7 @@ module.exports = { ...@@ -48,7 +48,7 @@ module.exports = {
scope: '\nDenote the SCOPE of this change (optional):', scope: '\nDenote the SCOPE of this change (optional):',
// used if allowCustomScopes is true // used if allowCustomScopes is true
customScope: 'Denote the SCOPE of this change:', customScope: 'Denote the SCOPE of this change:',
subject: 'Write a SHORT, IMPERATIVE tense description of the change:\n', subject: 'Write a SHORT, IMPERATIVE mood description of the change:\n',
body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n', body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
breaking: 'List any BREAKING CHANGES (optional):\n', breaking: 'List any BREAKING CHANGES (optional):\n',
footer: 'Reference ISSUES touched by this change (optional). E.g.: closes #31, see #34:\n', footer: 'Reference ISSUES touched by this change (optional). E.g.: closes #31, see #34:\n',
......
...@@ -29,7 +29,7 @@ To run commitizen on `git commit` rather than on `git cz`, update or create `.gi ...@@ -29,7 +29,7 @@ To run commitizen on `git commit` rather than on `git cz`, update or create `.gi
exec < /dev/tty && node_modules/.bin/git-cz --hook || true exec < /dev/tty && node_modules/.bin/git-cz --hook || true
``` ```
We have configured three types of commits for the work on the technical reference that should reflect the amount of your contribution: We have configured three types of commits for the work on the technical reference that should reflect the extent of your contribution:
- tr-s: Small addition to or revision of Technical reference. - tr-s: Small addition to or revision of Technical reference.
- tr-m: Medium addition to or revision of Technical reference. - tr-m: Medium addition to or revision of Technical reference.
......
{ {
"name": "technical-reference", "name": "technical-reference",
"version": "0.1.0", "version": "0.1.0",
"description": "A document describing how the software development process works in Göttingen State and University Library's Research and Development Department.", "description": "A document describing the software development process at Göttingen State and University Library's Research and Development Department.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitlab.gwdg.de/fe/technical-reference.git" "url": "https://gitlab.gwdg.de/fe/technical-reference.git"
......
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