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
2 changed files with 15 additions and 26 deletions

View File

@@ -67,46 +67,37 @@ Please answer the following:
## Complexity & Impact ## Complexity & Impact
Does this change add new decision branches? Does this change add new decision branches?
``` - - [ ] No
[ ] No - - [ ] Yes (**explain below**)
[ ] Yes (**explain below**)
```
Does this change increase per-bot or per-tick processing? Does this change increase per-bot or per-tick processing?
``` - - [ ] No
[ ] No - - [ ] Yes (**describe and justify impact**)
[ ] Yes (**describe and justify impact**)
```
Could this logic scale poorly under load? Could this logic scale poorly under load?
``` - - [ ] No
[ ] No - - [ ] Yes (**explain why**)
[ ] Yes (**explain why**)
```
--- ---
## Defaults & Configuration ## Defaults & Configuration
Does this change modify default bot behavior? Does this change modify default bot behavior?
``` - - [ ] No
[ ] No - - [ ] Yes (**explain why**)
[ ] 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
[ ] No - - [ ] Yes (**explain below**)
[ ] Yes (**explain below**)
```
If yes, please specify: If yes, please specify:

View File

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