diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index cbbd05a80f0438e0d69826c1635b3f469cefae40..3ac68076d43538c20376d16eba4802d7673aec54 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,16 +1,24 @@ -Steps to reproduce --- -1. Install Magento from `develop` branch. -2. [Example] Add Configurable Product to the cart. -3. ... +<!--- Provide a general summary of the issue in the Title above --> +<!--- Before adding new issues, please, check this article https://github.com/magento/magento2/wiki/Issue-reporting-guidelines--> -Expected result --- -1. [Example] Configurable product added to the shopping cart. -2. ... +### Preconditions +<!--- Provide a more detailed information of environment you use --> +<!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. --> +1. +2. -Actual result --- -1. [Example] Error message appears: "Cannot save quote". -2. [Screenshot, logs] -3. ... +### Steps to reproduce +<!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant --> +1. +2. +3. + +### Expected result +<!--- Tell us what should happen --> +1. + +### Actual result +<!--- Tell us what happens instead --> +1. [Screenshot, logs] + +<!--- (This may be platform independent comment) -->