diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index cb3aac83607a..000000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -name: "Bug Report" -about: "Is something not working as expected?" ---- - - - -## Environment - - - -- Minimal Mistakes version: -- Ruby gem or remote theme version: -- Jekyll version: -- Git repository URL: -- Hosted on GitHub Pages (if yes provide URL to site): -- Operating system: - -## Expected behavior - - - -## Steps to reproduce the behavior - - - -## Other - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3adfbcd18905..ac8b933ce42a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,7 +19,7 @@ body: - type: textarea id: environment attributes: - label: What happened? + label: Theme version and system environment description: | Please include theme version, Jekyll version, public git repository, whether you are hosting with GitHub Pages, and the operating system you tested with. @@ -33,8 +33,21 @@ body: - Ruby gem or remote theme version: - Jekyll version: - Git repository URL: - - Hosted on GitHub Pages (if yes provide URL to site): + - URL to the page with the problem: - Operating system: + - Browser version: + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: What happened? + description: | + Describe the problem **in detail**. For example: + + - What is missing? + - What error do you see? Attach the error log if available. validations: required: true @@ -78,4 +91,4 @@ body: Please provide a code repository, gist, code snippet, sample files, screenshots, or anything else you think will aid in reproducing the issue. validations: - required: false \ No newline at end of file + required: false diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index 25f111fd7a23..000000000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: "Documentation" -about: "Found a typo or something that needs clarification?" ---- - - - -## Motivation - - - - - -## Suggestion - - \ No newline at end of file