Răsfoiți Sursa

chore(github): add refactor & breaking change types to PR template (#297)

Sat Naing 2 luni în urmă
părinte
comite
2fbb6638e1
1 a modificat fișierele cu 6 adăugiri și 4 ștergeri
  1. 6 4
      .github/PULL_REQUEST_TEMPLATE.md

+ 6 - 4
.github/PULL_REQUEST_TEMPLATE.md

@@ -4,10 +4,12 @@
 
 
 ## Types of changes
 ## Types of changes
 
 
-<!-- What types of changes does your code introduce to AstroPaper? Put an `x` in the boxes that apply -->
+<!-- What types of changes does your code introduce to shadcn-admin? Put an `x` in the boxes that apply -->
 
 
-- [ ] Bug Fix (non-breaking change which fixes an issue)
-- [ ] New Feature (non-breaking change which adds functionality)
+- [ ] Bug Fix (fixes an issue)
+- [ ] New Feature (adds functionality)
+- [ ] Refactor (improves code structure without changing behavior)
+- [ ] Breaking Change (incompatible change to existing behavior or public API)
 - [ ] Others (any other types not listed above)
 - [ ] Others (any other types not listed above)
 
 
 ## Checklist
 ## Checklist
@@ -24,4 +26,4 @@
 
 
 <!-- If this PR is related to an existing issue, link to it here. -->
 <!-- If this PR is related to an existing issue, link to it here. -->
 
 
-Closes: #<!-- Issue number, if applicable -->
+Closes: #<!-- Issue number, if applicable -->