diff --git a/.commitlintrc.json b/.commitlintrc.json index 534ba5ea6..5e548f333 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,10 +1,10 @@ { - "extends": ["@commitlint/config-angular"], - "rules": { - "type-enum": [ - 2, - "always", - ["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"] - ] - } + "extends": ["@commitlint/config-angular"], + "rules": { + "type-enum": [ + 2, + "always", + ["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"] + ] + } } diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d27a5203a..f64aa2388 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,5 @@ **Please describe the changes this PR makes and why it should be merged:** - - **Status and versioning classification:**