dragonfly/.github/PULL_REQUEST_TEMPLATE.md
Ryan Russell d0af04d427
docs(PR Template): Add PR Template Enforcing Conventional Commits #107 (#137)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-06-12 10:40:17 +03:00

19 lines
754 B
Markdown

<!--
**Commits Must Be Signed and Your PR title must conform to the conventional commit spec**
* See: https://github.com/dragonflydb/dragonfly/blob/main/CONTRIBUTING.md
* Please follow the section on `pre-commit hooks`, a linter will validate before you push
Example PR Title: <type>(<scope>)!: <description>
* `type` = bug, chore, feat, fix, docs, build, style, refactor, perf, test
* `!` = OPTIONAL: signals a breaking change
* `scope` = Optional when `type` is "chore" or "docs"
* `description` = short description of the change
Examples:
* chore(examples): Clarify `docker` usage #120
* docs(readme): Fix Example Links #121
* feat(ingest)!: Add new ingest #122
* fix(ingest): Refactor for loop to list comprehension #123
-->