diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index d8892f1..16846d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -71,4 +71,4 @@ Fixes #(issue number) - [ ] 🔴 Critical (Production down) - [ ] 🟠 High (Major feature broken) - [ ] 🟡 Medium (Minor feature issue) -- [ ] 🟢 Low (Cosmetic issue) \ No newline at end of file +- [ ] 🟢 Low (Cosmetic issue) diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation.md b/.github/PULL_REQUEST_TEMPLATE/documentation.md index a867021..ea72215 100644 --- a/.github/PULL_REQUEST_TEMPLATE/documentation.md +++ b/.github/PULL_REQUEST_TEMPLATE/documentation.md @@ -114,4 +114,4 @@ Closes #(issue number) - [ ] 🔴 Critical (Missing essential docs) - [ ] 🟠 High (Important user-facing docs) - [ ] 🟡 Medium (Helpful additions) -- [ ] 🟢 Low (Nice-to-have improvements) \ No newline at end of file +- [ ] 🟢 Low (Nice-to-have improvements) diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md index 0b10c1a..487c28b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -114,4 +114,4 @@ Related to #(issue number) - [ ] 🟢 Small (< 100 lines) - [ ] 🟡 Medium (100-500 lines) - [ ] 🟠 Large (500-1000 lines) -- [ ] 🔴 Extra Large (> 1000 lines) \ No newline at end of file +- [ ] 🔴 Extra Large (> 1000 lines) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c270a88..10125a4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -74,4 +74,4 @@ Related to #(issue number) - [ ] Code review performed - [ ] Tests pass - [ ] Documentation updated -- [ ] Ready to merge \ No newline at end of file +- [ ] Ready to merge