From 8571045f446c97faa11f788e390d82be04fa6df5 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Wed, 29 May 2019 20:44:46 -0700 Subject: [PATCH] Reformat bug_report.md and remove checkboxes --- ISSUE_TEMPLATE/bug_report.md | 50 +++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/ISSUE_TEMPLATE/bug_report.md b/ISSUE_TEMPLATE/bug_report.md index f4b5ba0..c6f4e69 100644 --- a/ISSUE_TEMPLATE/bug_report.md +++ b/ISSUE_TEMPLATE/bug_report.md @@ -4,36 +4,62 @@ about: Create a bug report --- -* [ ] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) -* [ ] This request isn't a duplicate of an existing issue -* [ ] I've read the [docs](https://roots.io/documentation/) and followed them (if applicable) -* [ ] This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/) community +# Bug Report ## Description [Description of the issue] -## Steps to reproduce +### Steps to reproduce + + 1. [First step] 2. [Second step] 3. [and so on...] -**Expected behavior:** [What you expect to happen] +#### Expected behavior + +[What you expect to happen] + +#### Actual behavior + +[What actually happens] + +#### Frequency of behavior -**Actual behavior:** [What actually happens] +[How often does it yield unexpected behavior? (examples: always, intermittent, ~75% of the time, unknown, etc)] -**Reproduces how often:** [What percentage of the time does it reproduce?] +## Environment -## Versions + -You can get this information from referencing `CHANGELOG.md`. Also, please include the OS and what version of the OS you're running. +**Operating System:** [Examples: macOS 10.14, Windows 10 1903, Ubuntu 18.10, etc] + +**Roots Product(s):** [Examples: Sage 9.0.9, Trellis 1.0.3, Bedrock 1.12.6, Soil 3.8.1, etc.] + +**Prerequisites:** [Examples: PHP 7.3, Node.js 10.16.0, Python 2.7, etc] ## Additional information -Any additional information, configuration or data that might be necessary to reproduce the issue. +[Any additional information, configuration or data that might be necessary to reproduce the issue.] + + +