📝 commit template

This commit is contained in:
dannydannydanny 2022-03-23 15:08:34 +01:00 committed by GitHub
parent 1ced65460c
commit 71c4115385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
* Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine
* Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches)
* Add an [`.EditorConfig` file](https://editorconfig.org/)
* Add [git commit template](https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733#file-git-commit-template-md)
* **Documentation**
* Your repo should have a one-liner for isntallation andd running: (docker-compose.yml + `doco up`)
@ -93,4 +94,3 @@ Context:
# -> feature1 gets change requests
# -> feature1 is rejected and made obsolete
```