Skip to content

Commit

Permalink
docs: add "ci" commit type in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Apr 1, 2021
1 parent 71d2b7e commit 09e2672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Types define which kind of changes you made to the project.
| BREAKING | Changes including breaking changes. |
| build | New build version. |
| chore | Changes to the build process or auxiliary tools such as changelog generation. No production code change. |
| ci | Changes related to continuous integration only (GitHub Actions, CircleCI, etc.). |
| docs | Documentation only changes. |
| feat | A new feature. |
| fix | A bug fix. |
Expand Down

0 comments on commit 09e2672

Please sign in to comment.