Procházet zdrojové kódy

chore(pr_template): remove testing checklist items to streamline the PR process and focus on essential checks

Mathias před 1 měsícem
rodič
revize
3aa5067e79
1 změnil soubory, kde provedl 1 přidání a 9 odebrání
  1. 1 9
      .github/pull_request_template.md

+ 1 - 9
.github/pull_request_template.md

@@ -2,17 +2,9 @@
 
 <!-- Briefly describe the changes made -->
 
-## 🧪 Testing
-
-- [ ] I have tested my changes locally
-- [ ] Existing tests pass
-- [ ] I have added tests if necessary
-
 ## 📋 Checklist
 
 - [ ] My code follows the project conventions
-- [ ] I have checked for linting errors
-- [ ] The build passes without errors
 - [ ] This PR includes breaking changes
 - [ ] I have updated documentation if necessary
 
@@ -27,4 +19,4 @@
 
 ## 🔗 Related Issues
 
-<!-- Reference issues: Closes #123, Fixes #456 --> 
+<!-- Reference issues: Closes #123, Fixes #456 -->