mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
📝 新增开发规范
This commit is contained in:
parent
49a15d512e
commit
ee1ae5a071
@ -47,6 +47,7 @@ The `src` directory is the application part, please develop business logic in th
|
|||||||
- Ensure that the type hints in the code are correct.
|
- Ensure that the type hints in the code are correct.
|
||||||
- Ensure that the comment style is [`Google Docstring`](https://google.github.io/styleguide/pyguide.html) or
|
- Ensure that the comment style is [`Google Docstring`](https://google.github.io/styleguide/pyguide.html) or
|
||||||
[`Liteyuki Docstring`](https://github.com/LiteyukiStudio/litedoc?tab=readme-ov-file#liteyuki-docstring)(recommended) to ensure that Litedoc can parse and generate documentation correctly.
|
[`Liteyuki Docstring`](https://github.com/LiteyukiStudio/litedoc?tab=readme-ov-file#liteyuki-docstring)(recommended) to ensure that Litedoc can parse and generate documentation correctly.
|
||||||
|
- Strings should be enclosed in double quotes `"` as much as possible, and single quotes `'` should be used when nesting strings.
|
||||||
- If there is a part for ordinary users, ensure that the documentation is complete (each language has corresponding documentation).
|
- If there is a part for ordinary users, ensure that the documentation is complete (each language has corresponding documentation).
|
||||||
- commit message should follow the following guidelines:
|
- commit message should follow the following guidelines:
|
||||||
- You should commit the code after completing a feature or fixing a bug, and not mix the code of multiple features or bugs together.
|
- You should commit the code after completing a feature or fixing a bug, and not mix the code of multiple features or bugs together.
|
||||||
|
Loading…
Reference in New Issue
Block a user