From 4fa3d785911be244e4fe73d323c5137167bb884a Mon Sep 17 00:00:00 2001 From: Eason <291028775@qq.com> Date: Mon, 6 Feb 2023 22:52:48 +0800 Subject: [PATCH] doc: update .github --- .github/FUNDING.yml | 13 ------------ .github/ISSUE_TEMPLATE/bug------bug-report.md | 21 ------------------- .github/pr-labeler.yml | 13 ------------ .github/pull-request-template.md | 8 ------- 4 files changed, 55 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug------bug-report.md delete mode 100644 .github/pr-labeler.yml delete mode 100644 .github/pull-request-template.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 46fe1ec..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: soniccloudorg -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE/bug------bug-report.md b/.github/ISSUE_TEMPLATE/bug------bug-report.md deleted file mode 100644 index a56c972..0000000 --- a/.github/ISSUE_TEMPLATE/bug------bug-report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug 报告 | Bug report -about: Create a report to help us improve -title: "【Bug】" -labels: bug -assignees: '' - ---- - -**在提出此issue时,我确认了以下几点(保存后请点击复选框):** - -- [ ] 我已自己确认这是Sonic自身的Bug。 -- [ ] 我接受此issue可能被关闭,并查看开发人员的建议。 - -**Bug 描述** -清晰地描述Bug的情况与详细复现步骤 | A clear and concise description of what the bug is. - -**版本** -Sonic的版本号 | Sonic's Version. -部署的系统(mac,windows32...) | System - diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml deleted file mode 100644 index 774bd48..0000000 --- a/.github/pr-labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -alwaysReplace: true -customLabels: - - text: 'fix' - label: 'fix' - - text: 'feature' - label: 'feature' - - text: 'feat' - label: 'feature' - - text: 'bug' - label: 'fix' - - text: 'doc' - label: 'document' -searchBody: false diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md deleted file mode 100644 index 019a29c..0000000 --- a/.github/pull-request-template.md +++ /dev/null @@ -1,8 +0,0 @@ -**在提出此拉取请求时,我确认了以下几点(保存后请点击复选框):** - -- [ ] 标题为fix、feat或doc开头 -- [ ] 我已检查没有与此请求重复的拉取请求。 -- [ ] 我已经考虑过,并确认这份呈件对其他人很有价值。 -- [ ] 我接受此提交可能不会被使用,并根据维护人员的意愿关闭拉取请求。 - -**填写PR内容:**