From b5027c8f3e8b66b2ce41751f413e59b2fcb0d91f Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 17 Jun 2024 15:10:24 +0800 Subject: [PATCH] ci(projects): add github issues template --- .github/ISSUE_TEMPLATE/feature_request_cn.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request_en.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_cn.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request_en.md diff --git a/.github/ISSUE_TEMPLATE/feature_request_cn.md b/.github/ISSUE_TEMPLATE/feature_request_cn.md new file mode 100644 index 00000000..37f16f0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_cn.md @@ -0,0 +1,20 @@ +--- +name: 🚀 功能请求 +about: 如果你有一个功能请求 💡 +--- + +**背景** + +你正在尝试做什么,你希望以不同的方式来做?现在有你无法做到的事情吗?这是否与某个问题/问题有关? + +**替代方案** + +你能否通过另一种方式达到同样的结果?这种替代方案是否值得考虑? + +**这个功能之前有被请求过吗?** + +请提供问题的链接。 + +**如果功能请求被批准,你是否愿意提交一个PR?** + +是 / 否 _(如果你需要帮助提交PR,我们可以提供帮助)_ diff --git a/.github/ISSUE_TEMPLATE/feature_request_en.md b/.github/ISSUE_TEMPLATE/feature_request_en.md new file mode 100644 index 00000000..442b05cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_en.md @@ -0,0 +1,20 @@ +--- +name: 🚀 Feature request +about: If you have a feature request 💡 +--- + +**Context** + +What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? + +**Alternatives** + +Can you achieve the same result doing it in an alternative way? Is the alternative considerable? + +**Has the feature been requested before?** + +Please provide a link to the issue. + +**If the feature request is approved, would you be willing to submit a PR?** + +Yes / No _(Help can be provided if you need assistance submitting a PR)_