From 0a55e1297b963ebe16eb0dbffe17e924025dd1f1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 20 Sep 2023 04:32:00 +0800 Subject: [PATCH] build: add content to bug-report template --- .github/DISCUSSION_TEMPLATE/q-a.yml | 1 - .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index bea6955..4207d2f 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -16,7 +16,6 @@ body: options: - Generated from `chirpy-starter` - Built from `jekyll-theme-chirpy` - validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 225a636..e62d339 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,6 +11,16 @@ body: [Contributing Guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). required: true + - type: dropdown + id: download + attributes: + label: How did you create the site? + options: + - Generated from `chirpy-starter` + - Built from `jekyll-theme-chirpy` + validations: + required: true + - type: textarea attributes: label: Describe the bug