From ada6f5b15a9fbc498dd6015d199511d8f77a958b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sat, 13 Apr 2024 01:18:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=96=B0=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/source_update.yml | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/source_update.yml diff --git a/.github/ISSUE_TEMPLATE/source_update.yml b/.github/ISSUE_TEMPLATE/source_update.yml new file mode 100644 index 00000000..d11d839d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/source_update.yml @@ -0,0 +1,43 @@ +name: 原神游戏资源更新(仅供开发者使用) +description: 版本前瞻后的例行资源更新 +title: "[Update] " +labels: + - 资源 +body: + - type: checkboxes + attributes: + label: Issue Check + options: + - label: 个人明确了解该模板仅供开发者使用 + required: true + - type: input + id: version + attributes: + label: 游戏版本 + description: 请填写游戏版本 + placeholder: 如 4.6 + - type: checkboxes + id: resources + attributes: + label: 包括的资源 + options: + - label: 角色&名片,有新角色时选择 + required: false + - label: 武器,有新武器时选择 + required: false + - label: 成就,有新成就时选择 + required: false + - label: 卡牌,有新卡牌时选择 + required: false + - label: 材料,有新材料时选择 + required: false + - type: markdown + attributes: + value: | + 对上述资源的更新描述进行详细说明 + - type: textarea + id: additional + attributes: + label: 其他信息 + description: 请填写其他信息 + placeholder: 请填写其他信息