Compare commits

...

3 Commits

Author SHA1 Message Date
bashermens
aed6949d5e Merge branch 'master' into hermensbas-patch-2 2026-02-03 22:15:24 +01:00
bashermens
31765c77fa Update PULL_REQUEST_TEMPLATE.md (#2114) 2026-02-03 21:48:58 +01:00
bashermens
3b5d6ab423 Testing 2026-02-03 20:42:19 +01:00
2 changed files with 31 additions and 20 deletions

View File

@@ -66,38 +66,47 @@ Please answer the following:
## Complexity & Impact
- Does this change add new decision branches?
- [ ] No
- [ ] Yes (**explain below**)
Does this change add new decision branches?
```
[ ] No
[ ] Yes (**explain below**)
```
- Does this change increase per-bot or per-tick processing?
- [ ] No
- [ ] Yes (**describe and justify impact**)
- Could this logic scale poorly under load?
- [ ] No
- [ ] Yes (**explain why**)
Does this change increase per-bot or per-tick processing?
```
[ ] No
[ ] Yes (**describe and justify impact**)
```
Could this logic scale poorly under load?
```
[ ] No
[ ] Yes (**explain why**)
```
---
## Defaults & Configuration
- Does this change modify default bot behavior?
- [ ] No
- [ ] Yes (**explain why**)
Does this change modify default bot behavior?
```
[ ] No
[ ] 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
```
[ ] Lightweight mode remains the default
[ ] More complex behavior is optional and thereby configurable
```
---
## AI Assistance
- Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
- [ ] No
- [ ] Yes (**explain below**)
Was AI assistance (e.g. ChatGPT or similar tools) used while working on this change?
```
[ ] No
[ ] Yes (**explain below**)
```
If yes, please specify:

View File

@@ -15,9 +15,11 @@
我们提供了一个简单的方法来克隆该模块:
```bash
git clone https://github.com/mod-playerbots/azerothcore-wotlk.git --branch=Playerbot
cd azerothcore-wotlk/modules
git clone https://github.com/mod-playerbots/mod-playerbots.git --branch=master
```
## 快速开始与文档