Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / drupal / console / .github / ISSUE_TEMPLATE
1 ### Issue title
2
3 The issue title should comply with the following structure:
4
5 [ *ISSUE-GROUP* ] Short description
6
7 The *ISSUE-GROUP* should be one of:
8
9 * `command:name`
10 * `console`
11 * `helper`
12 * `standard`
13 * `template`
14 * `translation`
15 * `test`
16 * `docs`
17
18 ### Problem/Motivation
19 A brief statement describing why the issue was filed.
20
21 **Details to include:**
22 - Why are we doing this? Above all, a summary should explain why a change is needed, in a few short sentences.
23
24 ### How to reproduce
25 Include steps related how to reproduce.
26
27 **Details to include:**
28 - Drupal version (you can obtain this by running `drupal site:status`).
29 - Console version (you can obtain this by running `composer show | grep drupal/console`).
30 - Console Launcher version (you can obtain this by running outside of a drupal site `drupal --version`).
31 - Steps to reproduce
32 - Include screen-shot or video whenever necessary.
33
34 ### Solution
35 A brief description of the proposed fix.
36
37 **Details to include:**
38 - A short summary of the approach proposed or used in the PR.
39 - Approaches that have been tried and ruled out.
40 - Links to relevant API documentation or other resources.
41 - Known workarounds.