Skip to content

Commit 8fa0777

Browse files
zakisktheakshaypant
authored andcommitted
chore: sync PR template types with linter config
Add missing conventional commit types (style, perf, test, build, ci, revert) to the PR template to match the linter regex in .tekton/linter.yaml. Remove non-standard 'enhance' type that would fail CI validation. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com> Assisted-by: Claude Opus 4.6 (via Claude Code)
1 parent 8a2e0e4 commit 8fa0777

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ Fixes #
1717
- [ ] ✨ New feature (`feat:`)
1818
- [ ] 💥 Breaking change (`feat!:`, `fix!:`)
1919
- [ ] 📚 Documentation update (`docs:`)
20-
- [ ] ⚙️ Chore (`chore:`)
20+
- [ ] 🎨 Style (`style:`)
2121
- [ ] 💅 Refactor (`refactor:`)
22-
- [ ] 🔧 Enhancement (`enhance:`)
22+
- [ ] ⚡ Performance (`perf:`)
23+
- [ ] ✅ Test (`test:`)
24+
- [ ] 🏗️ Build (`build:`)
25+
- [ ] 👷 CI (`ci:`)
26+
- [ ] ⚙️ Chore (`chore:`)
27+
- [ ] ⏪ Revert (`revert:`)
2328
- [ ] 📦 Dependency update (`deps:`)
2429

2530
## 🧪 Testing Strategy

0 commit comments

Comments
 (0)