From 7e36f75c29b6e76cdb2539fca81de1c80f2b858d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Sun, 26 Oct 2025 22:50:07 +0800 Subject: [PATCH] =?UTF-8?q?docs(github):=20=E6=B7=BB=E5=8A=A0=E8=B5=9E?= =?UTF-8?q?=E5=8A=A9=E5=92=8C=E5=8F=8B=E9=93=BE=E7=9A=84PR=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加两个GitHub PR模板文件: 1. sponsor.md - 用于赞助者提交赞助信息 2. friend.md - 用于申请添加友情链接 --- .github/PULL_REQUEST_TEMPLATE/friend.md | 35 ++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/sponsor.md | 25 +++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/friend.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/sponsor.md diff --git a/.github/PULL_REQUEST_TEMPLATE/friend.md b/.github/PULL_REQUEST_TEMPLATE/friend.md new file mode 100644 index 000000000..a45c3eb35 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/friend.md @@ -0,0 +1,35 @@ +--- +name: 添加友链 +about: 申请添加新的友情链接 +title: '添加友链: [你的网站名称]' +labels: friend-link +assignees: '' +--- + +## 友链信息 + +请填写以下信息: + +### 基本信息 +- 网站名称: +- 网站描述:(简短介绍,建议不超过50字) +- 网站链接:(必须使用HTTPS) +- 头像链接:(必须使用HTTPS,建议使用长期有效的链接) + +### 确认清单 +- [ ] 我的网站已添加本站友链 +- [ ] 我的网站内容符合中国大陆法律法规 +- [ ] 我的网站在过去3个月内有更新内容 +- [ ] 我的网站可以正常访问 +- [ ] 我提供的所有链接都使用HTTPS协议 +- [ ] 我提供的头像链接是长期有效的 + +### 本站友链信息 +请告诉我们您网站上添加的本站友链信息: +- 使用的名称: +- 使用的描述: +- 使用的链接: +- 使用的头像: + +### 补充说明 +如有其他需要说明的内容,请在此处补充: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/sponsor.md b/.github/PULL_REQUEST_TEMPLATE/sponsor.md new file mode 100644 index 000000000..f41ee3b5a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/sponsor.md @@ -0,0 +1,25 @@ +--- +name: 赞助支持 +about: 添加赞助信息到赞助列表 +title: '添加赞助: [你的名字]' +labels: sponsor +assignees: '' +--- + +## 赞助信息 + +请填写以下信息: + +### 基本信息 +- 显示名称: +- 赞助金额: +- 赞助日期:(格式:YYYY-MM-DD) +- 头像链接:(可选,建议使用HTTPS链接) + +### 确认清单 +- [ ] 我已确认赞助金额已成功支付 +- [ ] 我提供的头像链接是长期有效的 +- [ ] 我同意将这些信息公开显示在网站的赞助者列表中 + +### 补充说明 +如有其他需要说明的内容,请在此处补充: \ No newline at end of file