chore(devcontainer): init

for everyone who wants to use it ;)
This commit is contained in:
Stephan Lüscher 2023-04-27 06:10:08 +00:00
parent 9b46c072f5
commit b7d9417abd
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
10 changed files with 209 additions and 0 deletions

19
.gitmessage Normal file
View file

@ -0,0 +1,19 @@
<type>(optional scope): <description>
[optional body]
[optional footer(s)]
####
# Allowed <type> values
# ---------------------
# feat: > A new feature
# fix: > Fixed a bug
# refactor: > A code change that's not mainly a bug or new feature
# docs: > Documentation only changes
# style: > Changes to styling like white space, formatting, semi-colons)
# chore: > Other changes that don't modify src or test files
# ci: > Changes made to the CI configuration like Travis, Circle, Actions
# revert: > Revert a previous commit
# test: > Add or fix tests
####