Skip to content

Commit 31765c7

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (mod-playerbots#2114)
1 parent c86032f commit 31765c7

1 file changed

Lines changed: 31 additions & 22 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,38 +66,47 @@ Please answer the following:
6666

6767
## Complexity & Impact
6868

69-
- Does this change add new decision branches?
70-
- [ ] No
71-
- [ ] Yes (**explain below**)
72-
73-
- Does this change increase per-bot or per-tick processing?
74-
- [ ] No
75-
- [ ] Yes (**describe and justify impact**)
76-
77-
- Could this logic scale poorly under load?
78-
- [ ] No
79-
- [ ] Yes (**explain why**)
80-
69+
Does this change add new decision branches?
70+
```
71+
[ ] No
72+
[ ] Yes (**explain below**)
73+
```
74+
75+
Does this change increase per-bot or per-tick processing?
76+
```
77+
[ ] No
78+
[ ] Yes (**describe and justify impact**)
79+
```
80+
81+
Could this logic scale poorly under load?
82+
```
83+
[ ] No
84+
[ ] Yes (**explain why**)
85+
```
8186
---
8287

8388
## Defaults & Configuration
8489

85-
- Does this change modify default bot behavior?
86-
- [ ] No
87-
- [ ] Yes (**explain why**)
90+
Does this change modify default bot behavior?
91+
```
92+
[ ] No
93+
[ ] Yes (**explain why**)
94+
```
8895

8996
If this introduces more advanced or AI-heavy logic:
90-
91-
- [ ] Lightweight mode remains the default
92-
- [ ] More complex behavior is optional and thereby configurable
93-
97+
```
98+
[ ] Lightweight mode remains the default
99+
[ ] More complex behavior is optional and thereby configurable
100+
```
94101
---
95102

96103
## AI Assistance
97104

98-
- Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
99-
- [ ] No
100-
- [ ] Yes (**explain below**)
105+
Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
106+
```
107+
[ ] No
108+
[ ] Yes (**explain below**)
109+
```
101110

102111
If yes, please specify:
103112

0 commit comments

Comments
 (0)