diff --git a/.github/ISSUE_TEMPLATE/bug------bug-report.md b/.github/ISSUE_TEMPLATE/bug------bug-report.md index d895d33a..a56c9721 100644 --- a/.github/ISSUE_TEMPLATE/bug------bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug------bug-report.md @@ -7,9 +7,15 @@ assignees: '' --- +**在提出此issue时,我确认了以下几点(保存后请点击复选框):** + +- [ ] 我已自己确认这是Sonic自身的Bug。 +- [ ] 我接受此issue可能被关闭,并查看开发人员的建议。 + **Bug 描述** -清晰地描述Bug的情况与详细复现步骤 | A clear and concise description of what the bug is. +清晰地描述Bug的情况与详细复现步骤 | A clear and concise description of what the bug is. **版本** -Sonic的版本号 | Sonic's Version. +Sonic的版本号 | Sonic's Version. 部署的系统(mac,windows32...) | System + diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 00000000..1f9768b1 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,9 @@ +**在提出此拉取请求时,我确认了以下几点(保存后请点击复选框):** + +- [ ] 我已检查没有与此请求重复的拉取请求。 +- [ ] 我已经考虑过,并确认这份呈件对其他人很有价值。 +- [ ] 我接受此提交可能不会被使用,并根据维护人员的意愿关闭拉取请求。 + +**填写PR内容:** + +-