fastapi-sqlmodel-starter
fastapi-sqlmodel-starter copied to clipboard
One of the best scaffolding in the PyWeb field.
### What would you like to be added? 删除.github中不必要的模板文件 ### Requirement reference? 1. 文件地址: https://github.com/tyvekzhang/fastapi-sqlmodel-starter/tree/main/.github/ISSUE_TEMPLATE 2. 文件名称: failing-test.yaml ### Acceptance Criteria 1. 文件删除 2. CI通过
### What would you like to be added? Makefile中添加删除log的指令 ### Requirement reference? 1. 文件地址: https://github.com/tyvekzhang/fastapi-sqlmodel-starter/blob/main/Makefile 2. 修改内容位置为标记附近  ### Acceptance Criteria 1. make clean 指令log目录被删除 2. 通过CI检测
### What type of PR is this? /kind doc ### What is the purpose of this PR and its related background? optimize for online usage doc file ### Which issue(s)...