From 4dd4915bedc23eb08e53aa19c16676c427582ae5 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 26 Jul 2020 15:39:19 +0800 Subject: [PATCH] Update issues template --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index dd4f25b..f06a4ea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,7 +11,7 @@ labels: enhancement - [ ] I have read the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/.github/CONTRIBUTING.md). - [ ] There are no similar request on existing issues (including closed ones). - [ ] I have read the [project progress](https://github.com/cotes2020/jekyll-theme-chirpy/projects) and know the current progress of the project. -- [ ] I was in the `master` branch of the latest code. +- [ ] I was in the `develop` branch of the latest code. ## Is your feature request related to a problem? Please describe diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index a45ac0b..7a21b07 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,16 +7,14 @@ labels: question ## Checklist + + - [ ] I have read the [tutorials](https://chirpy.cotes.info/categories/tutorial/) and know the correct effect of the functional design. - [ ] There are no similar question on existing issues (including closed ones). - [ ] I searched the Internet for related problems, but still couldn't solve it. - [ ] My question is based on the latest code of `master` branch. -## I don't understand what the ReadMe/Wiki says - - - -## I have other questions +## Description \ No newline at end of file