添加jenkins file

This commit is contained in:
2023-12-27 23:51:00 +08:00
parent 6d66cc6561
commit 3df426c5da
3 changed files with 31 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ labels:
- priority/medium
---
# Bug 反馈
# Bug 反馈标题
[//]: # (提供一个清晰且描述性的标题)
## 描述
[//]: # (提供问题的简洁描述)

View File

@@ -1,13 +1,13 @@
---
name: "PR"
about: "Bug 反馈模板"
about: "PR 反馈模板"
title: "[PR] "
ref: "main"
labels:
- bug
- feature
- kind/bug
- priority/medium
---