Skip to content

Commit

Permalink
Merge pull request Esri#41 from DD2480-Group-3/40-commit-structure
Browse files Browse the repository at this point in the history
docs: Added md file that describes the tags for our commits
  • Loading branch information
karlsb authored Feb 22, 2024
2 parents d9ed359 + 6f87971 commit 045d4ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions COMMIT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Document for Commit Structure
===========================================================

* `feat` - a new feature is introduced with the changes
* `fix`- a bug fix has occurred
* `chore` - changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies)
* `refactor` - refactored code that neither fixes a bug nor adds a feature
* `docs` - updates to documentation such as a the README or other markdown files
* `style` - changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on.
* `test` - including new or correcting previous tests
* `perf` - performance improvements
* `ci` - continuous integration related
* `build` - changes that affect the build system or external dependencies
* `revert` - reverts a previous commit

0 comments on commit 045d4ce

Please sign in to comment.