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

feat: make the repo commitizen friendly

closes #20
parent 3e2df1f6
No related branches found
No related tags found
1 merge request!23feat: make the repo commitizen friendly
node_modules
# rdd-technical-reference # RDD Technical Reference
Guidelines and references for software development in RDD Guidelines and references for software development in RDD
To compile in markdown, use To compile in markdown, use
...@@ -6,3 +6,9 @@ To compile in markdown, use ...@@ -6,3 +6,9 @@ To compile in markdown, use
pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf
Based on https://dariah-eric.github.io/technical-reference/. Based on https://dariah-eric.github.io/technical-reference/.
## Contributing with commitizen
This repo is designed to be used with **commitizen** for which we provide a configuration in `package.json`.
For installing the commitizen-cli see [commitizen's repo](https://github.com/commitizen/cz-cli)
This diff is collapsed.
{
"name": "technical-reference",
"version": "1.0.0",
"description": "A document describing how the software development process works in Göttingen State and University Library's Research and Development Department.",
"repository": {
"type": "git",
"url": "https://gitlab.gwdg.de/fe/technical-reference.git"
},
"license": "MIT",
"devDependencies": {
"cz-conventional-changelog": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
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