返回提交历史
Added
AGENTS.md
+17
-0
XFEstudio/XFESpaceNinjaServer
chore: create AGENTS.md (#2262)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2262 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
7a88f6f4
代码差异
1 个文件
+17
-0
@@ -0,0 +1,17 @@
1
## In General
2
3
### Prerequisites
4
5
Use `npm i` or `npm ci` to install all dependencies.
6
7
### Testing
8
9
Use `npm run verify` to verify that your changes pass TypeScript's checks.
10
11
### Formatting
12
13
Use `npm run prettier` to ensure your formatting matches the expected format. Failing to do so will cause CI failure.
14
15
## WebUI Specific
16
17
The translation system is designed around additions being made to `static/webui/translations/en.js`. They are copied over for translation via `npm run update-translations`. DO NOT produce non-English strings; we want them to be translated by humans who can understand the full context.