chore: synced local './' with remote 'repo-template/'

This commit is contained in:
qbox-duck[bot]
2025-09-06 22:53:49 +00:00
committed by GitHub
parent b5fdb3a8f9
commit 3b4c59957a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ You can use your own editor of choice, but we recommend using [VSCode](https://c
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode)
- [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=communityox.cfxlua-vscode-cox)
If you are new to contributing code, you can check out and try to fix issues marked with [`good first issue`](https://github.com/issues?q=is%3Aissue+is%3Aopen+org%3AQbox-Project+label%3A%22good+first+issue%22).
@@ -68,7 +68,7 @@ Below are conventions that you must follow when contributing code.
- Prefer creating local variables over global ones.
- Don't repeat yourself. If you're using the same operations in multiple different places convert them into a flexible function.
- Exported functions must be properly annotated (see [LuaLS Annotations](https://luals.github.io/wiki/annotations/)).
- Utilize [ox_lib](https://overextended.dev/ox_lib) to make your life easier. Prefer lib calls over native ones.
- Utilize [ox_lib](https://coxdocs.dev/ox_lib) to make your life easier. Prefer lib calls over native ones.
- Make use of config options where it makes sense to make features optional and/or customizable. Configs should not be modified by other code.
#### Optimization & Security
+1 -1
View File
@@ -1,7 +1,7 @@
{
"recommendations": [
"sumneko.lua",
"overextended.cfxlua-vscode",
"communityox.cfxlua-vscode-cox",
"ihyajb.qbcore-code-snippets",
"EditorConfig.EditorConfig",
]