From a49e59ef492533ef16d7b9183edbd0cf3967cf13 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 24 Sep 2024 01:37:21 +0800 Subject: [PATCH] Add deprecation --- .github/ISSUE_TEMPLATE/05-Deprecate.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/05-Deprecate.yml diff --git a/.github/ISSUE_TEMPLATE/05-Deprecate.yml b/.github/ISSUE_TEMPLATE/05-Deprecate.yml new file mode 100644 index 0000000..54f20ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05-Deprecate.yml @@ -0,0 +1,19 @@ +name: ⛓️‍💥 镜像源已失效 +description: 该镜像站已关停/该源已不再被支持 +title: "[Deprecate Mirror/Source] " +labels: [] +body: + - type: markdown + attributes: + value: | + 感谢你的一手消息!让用户不再疑惑是哪里出了错! + + - type: textarea + id: description + attributes: + label: 什么被弃用了? + description: | + 1. 请告诉我们是镜像站还是某个源失效 + 2. 如果可能,你可以开启该issue后参与维护!在代码中删除掉该源并不复杂! + validations: + required: true