Compare commits

..

1 Commits

Author SHA1 Message Date
bashermens
35746b0d16 Update PULL_REQUEST_TEMPLATE.md
Prevents all checkboxes seen as tasks
2026-02-03 21:39:34 +01:00

View File

@@ -77,6 +77,7 @@ Does this change increase per-bot or per-tick processing?
Could this logic scale poorly under load?
- - [ ] No
- - [ ] Yes (**explain why**)
---
## Defaults & Configuration
@@ -86,8 +87,10 @@ Does this change modify default bot behavior?
- - [ ] Yes (**explain why**)
If this introduces more advanced or AI-heavy logic:
- - [ ] Lightweight mode remains the default
- - [ ] More complex behavior is optional and thereby configurable
---
## AI Assistance
@@ -111,10 +114,10 @@ about what they do and do not understand.
## Final Checklist
- - [ ] Stability is not compromised
- - [ ] Performance impact is understood, tested, and acceptable
- - [ ] Added logic complexity is justified and explained
- - [ ] Documentation updated if needed
- [ ] Stability is not compromised
- [ ] Performance impact is understood, tested, and acceptable
- [ ] Added logic complexity is justified and explained
- [ ] Documentation updated if needed
---