mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-04 11:23:48 +00:00
Update PULL_REQUEST_TEMPLATE.md (#2114)
This commit is contained in:
@@ -66,38 +66,47 @@ Please answer the following:
|
|||||||
|
|
||||||
## Complexity & Impact
|
## Complexity & Impact
|
||||||
|
|
||||||
- Does this change add new decision branches?
|
Does this change add new decision branches?
|
||||||
- [ ] No
|
```
|
||||||
- [ ] Yes (**explain below**)
|
[ ] No
|
||||||
|
[ ] Yes (**explain below**)
|
||||||
|
```
|
||||||
|
|
||||||
- Does this change increase per-bot or per-tick processing?
|
Does this change increase per-bot or per-tick processing?
|
||||||
- [ ] No
|
```
|
||||||
- [ ] Yes (**describe and justify impact**)
|
[ ] No
|
||||||
|
[ ] Yes (**describe and justify impact**)
|
||||||
- Could this logic scale poorly under load?
|
```
|
||||||
- [ ] No
|
|
||||||
- [ ] Yes (**explain why**)
|
|
||||||
|
|
||||||
|
Could this logic scale poorly under load?
|
||||||
|
```
|
||||||
|
[ ] No
|
||||||
|
[ ] Yes (**explain why**)
|
||||||
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
## Defaults & Configuration
|
## Defaults & Configuration
|
||||||
|
|
||||||
- Does this change modify default bot behavior?
|
Does this change modify default bot behavior?
|
||||||
- [ ] No
|
```
|
||||||
- [ ] Yes (**explain why**)
|
[ ] No
|
||||||
|
[ ] Yes (**explain why**)
|
||||||
|
```
|
||||||
|
|
||||||
If this introduces more advanced or AI-heavy logic:
|
If this introduces more advanced or AI-heavy logic:
|
||||||
|
```
|
||||||
- [ ] Lightweight mode remains the default
|
[ ] Lightweight mode remains the default
|
||||||
- [ ] More complex behavior is optional and thereby configurable
|
[ ] More complex behavior is optional and thereby configurable
|
||||||
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
## AI Assistance
|
## AI Assistance
|
||||||
|
|
||||||
- Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
|
Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
|
||||||
- [ ] No
|
```
|
||||||
- [ ] Yes (**explain below**)
|
[ ] No
|
||||||
|
[ ] Yes (**explain below**)
|
||||||
|
```
|
||||||
|
|
||||||
If yes, please specify:
|
If yes, please specify:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user