We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770a967 commit b373d52Copy full SHA for b373d52
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -27,16 +27,15 @@
27
28
### Security
29
- [ ] I followed all the contributing guidelines (Read [CONTRIBUTING.md](CONTRIBUTING.md))
30
-- [] All of my user-specific files have been deleted properly. (Logs, todo, ect)
+- [ ] All of my user-specific files have been deleted properly. (Logs, todo, ect)
31
- [ ] No hardcoded secrets
32
- [ ] Code follows style guidelines
33
- [ ] Error handling implemented
34
-- [ ] Logging added
+- [ ] Logging added/exists for features
35
- [ ] Rollback script created (if needed)
36
- [ ] Dependencies documented
37
38
## Testing
39
-- [ ] All tests pass
40
- [ ] Script runs without errors
41
- [ ] Dry-run mode works
42
- [ ] Actual execution works
0 commit comments