Просмотр исходного кода

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

Mathias 1 месяц назад
Родитель
Сommit
3aa5067e79
1 измененных файлов с 1 добавлено и 9 удалено
  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 -->