Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
meta: updated contributing with new verbs, remove scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
recanman committed Jun 3, 2023
1 parent 3df0b63 commit b8a724b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CONTRIUBTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,15 @@

Please use the following format for your commit messages:

`<type>[optional scope]: <description>`
`<type>: <description>`

#### Verbs:

1. **feat** – a new feature is introduced with the changes
2. **fix** – a bug fix has occurred
3. **chore** – changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies)
4. **refactor** – refactored code that neither fixes a bug nor adds a feature
5. **meta** – updates to documentation such as a the README or other markdown files
5. **meta** – updates to documentation and other non-source related files
6. **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.
7. **devops** – devops (e.g Dockerfile, ci/cd) related
8. **revert** – reverts a previous commit

#### Scopes:

1. **!** - breaking change
7. **revert** – reverts a previous commit
8. **major** - introduces a breaking change

0 comments on commit b8a724b

Please sign in to comment.