From 585c57dec2702418115f8e4303453ec5dd03fb88 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 27 Sep 2025 08:02:19 +0800 Subject: [PATCH] report github screenshot --- .github/FUNDING.yml | 15 --------------- .github/ISSUE_TEMPLATE/1-style-bug-report.yml | 7 +++++++ .github/ISSUE_TEMPLATE/2-feature-request.yml | 7 +++++++ 3 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index fb5dfc4..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,15 +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: # Replace with a single Open Collective username -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 -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -polar: # Replace with a single Polar username -buy_me_a_coffee: # Replace with a single Buy Me a Coffee username -thanks_dev: # Replace with a single thanks.dev username -custom: ["https://afdian.com/a/luting"] diff --git a/.github/ISSUE_TEMPLATE/1-style-bug-report.yml b/.github/ISSUE_TEMPLATE/1-style-bug-report.yml index 461b4d6..787195d 100644 --- a/.github/ISSUE_TEMPLATE/1-style-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-style-bug-report.yml @@ -82,3 +82,10 @@ body: description: 请上传 Gitea 默认主题下的截图 ( Please upload a screenshot of the default Gitea theme ) validations: required: false + - type: textarea + id: github-screenshot + attributes: + label: 可供参考的 GitHub 主题下的截图 ( Screenshot under reference from the GitHub theme ) + description: 请上传 GitHub 主题下的截图 ( Please upload a screenshot of the GitHub theme ) + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index e65d74d..13d0d49 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -30,3 +30,10 @@ body: description: 预期的主题效果 ( Expected theme effect ) validations: required: false + - type: textarea + id: github-screenshot + attributes: + label: 可供参考的 GitHub 主题下的截图 ( Screenshot under reference from the GitHub theme ) + description: 请上传 GitHub 主题下的截图 ( Please upload a screenshot of the GitHub theme ) + validations: + required: false