diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 370f1321c..53e3d2912 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,21 +7,12 @@ Please use the format: (): Example: feat(icons): added `camera` icon -Common types: feat, fix, docs, style, refactor, test, chore +Available types: fix, feat, perf, docs, style, refactor, test, chore, ci, build Common scopes: icons, docs, studio, site, dev --> - -## What is the purpose of this pull request? - -- [ ] New Icon -- [ ] Bug fix -- [ ] New Feature -- [ ] Documentation update -- [ ] Other: - -### Description +## Description ### Icon use case diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 12e1a8b33..d5f7ce8a3 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -26,6 +26,7 @@ jobs: docs ci build + chore requireScope: true ignoreLabels: | bot