From 230b6a90886125a95d18da37c72f07e951341299 Mon Sep 17 00:00:00 2001 From: Rintim Date: Tue, 16 Apr 2024 02:42:33 +0800 Subject: [PATCH] reactor: add format. --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3941a586b..d2239a1e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,4 +31,5 @@ - [ ] 如果此次PR涉及到新功能的添加,我已在`PR描述`中写入详细文档 - [ ] 如果此次PR需要扩展跟进,我已在`扩展适配`中写入详细文档 - [ ] 如果这个PR解决了一个issue,我在`诱因和背景`中明确链接到该issue -- [ ] 我保证该PR中没有随意修改换行符等内容,没有制造出大量的Diff \ No newline at end of file +- [ ] 我保证该PR中没有随意修改换行符等内容,没有制造出大量的Diff +- [ ] 我保证该PR遵循项目中`.editorconfig`、`.eslintrc.json`和`.prettierrc`所规定的代码样式,并且已经通过`prettier`格式化过代码