diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..29315a2 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,12 @@ + +name: Bug Report +about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug +title: "[Bug]:" +body: + - type: checkboxes + id: bugcheck + attributes: + label: 确认你当前提交的 Bug 没有被重复提交 + options: + - label: 我确认这个 Bug 没有被重复提交 + required: true \ No newline at end of file