Skip to content

Commit

Permalink
docs: update PULL_REQUEST_TEMPLATE (#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr authored Jan 14, 2024
1 parent 4308c0b commit edee5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Each pull request should address a single issue and have a meaningful title.
- PR title must include the type (feat, fix, chore, docs, perf, refactor, style, test) of the commit per Conventional Commits specification. See https://www.conventionalcommits.org/en/v1.0.0/ for the discussion.
- Pull requests must be in English.
- If a pull request fixes an issue, reference the issue with a suitable keyword (e.g., Fixes <issue number>).
- All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed.
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.3"__
- PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.5"__
-->
**Description**
Expand Down

0 comments on commit edee5c7

Please sign in to comment.