Skip to content

Commit

Permalink
docs:fix - commit template message (#992)
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Alcantara <[email protected]>
  • Loading branch information
matheusalcantarazup authored Feb 17, 2022
1 parent 8659ee7 commit f860773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ When you open a Pull Request, follow the requirements below:

1. Add a title with the following pattern:

#### **[PKG][TYPE]: Description**
#### **PKG:TYPE - Description**

#### **PKG:** Name of the package or main service you want to change.

#### **TYPE**: Add what your Pull Request (PR) refers to:
- **FEATURE:** PR refers to a new activity.
- **BUGFIX:** PR refers to corrections for the next release.
- **HOTFIX:** PR refers to corrections where you will need a cherry-pick and the update of the minor version.
- **CHORE:** PR refers to changes for the next release, but it was only maintenance without an activity impact.
- **feature:** PR refers to a new activity.
- **bugfix:** PR refers to corrections for the next release.
- **hotfix:** PR refers to corrections where you will need a cherry-pick and the update of the minor version.
- **chore:** PR refers to changes for the next release, but it was only maintenance without an activity impact.

**Example:** **[start][bugfix]: Fix bug when Horusec haven't read the new flag of authorization**
**Example:** **start:bugfix - fix bug when Horusec haven't read the new flag of authorization**


2. Answer the questions about what you did, how to verify it and a short description for the changelog, see an example below:
Expand Down
Binary file modified assets/pr-template.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f860773

Please sign in to comment.