From 25e871c096571dc78db4379790f44d561e859850 Mon Sep 17 00:00:00 2001 From: iBug Date: Sun, 5 Sep 2021 08:42:08 +0800 Subject: [PATCH] Use GitHub issue templates (#3133) https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +-- .github/ISSUE_TEMPLATE/bug_report.yml | 81 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/documentation.yml | 25 ++++++++ 4 files changed, 115 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 63a44d86..cb3aac83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ about: "Is something not working as expected?" for solutions and to avoid duplication. - Ask for help at http://talk.jekyllrb.com/ - After exhausting these suggestions use the format below. + If none of the above solved your problem, you can continue below. --> ## Environment @@ -25,7 +25,7 @@ about: "Is something not working as expected?" Issues without a link to a public repository or ZIP file will likely go ignored. Being able to see your actual files is necessary to troubleshoot, as most - issues stem from invalid/missing YAML Front Matter, a mis-configured _config.sys + issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml file, or problematic site content. --> @@ -33,7 +33,7 @@ about: "Is something not working as expected?" - Ruby gem or remote theme version: - Jekyll version: - Git repository URL: -- GitHub Pages hosted (if yes provide URL to site): +- Hosted on GitHub Pages (if yes provide URL to site): - Operating system: ## Expected behavior @@ -46,7 +46,7 @@ about: "Is something not working as expected?" ## Steps to reproduce the behavior