mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-07 10:15:44 +03:00
chore(devcontainer): init
for everyone who wants to use it ;)
This commit is contained in:
parent
9b46c072f5
commit
b7d9417abd
10 changed files with 209 additions and 0 deletions
19
.gitmessage
Normal file
19
.gitmessage
Normal 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
|
||||
####
|
Loading…
Add table
Add a link
Reference in a new issue