fastapi-sqlmodel-starter icon indicating copy to clipboard operation
fastapi-sqlmodel-starter copied to clipboard

One of the best scaffolding in the PyWeb field.

Results 3 fastapi-sqlmodel-starter issues
Sort by recently updated
recently updated
newest added

### 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. 修改内容位置为标记附近 ![image](https://github.com/tyvekzhang/fastapi-sqlmodel-starter/assets/133777454/2d548983-1046-4939-b134-561ec2c06746) ### 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)...