From 7c9ac8ec3d510e4e8bae392863d0c3483d4f1dcd Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 9 Oct 2025 19:17:30 +0500 Subject: [PATCH] Enhance PR template with template information section Added a section for template information in the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 87ed60beb..133537e39 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,3 @@ -Closes # - ## Description @@ -7,6 +5,7 @@ Closes # ## Type of Change - [ ] New module +- [ ] New template - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation @@ -20,10 +19,16 @@ Closes # **New version:** `v1.0.0` **Breaking change:** [ ] Yes [ ] No +## Template Information + + + +**Path:** `registry/[namespace]/templates/[template-name]` + ## Testing & Validation - [ ] Tests pass (`bun test`) -- [ ] Code formatted (`bun run fmt`) +- [ ] Code formatted (`bun fmt`) - [ ] Changes tested locally ## Related Issues