Skip to content

Commit

Permalink
Fix the GitHub issue template
Browse files Browse the repository at this point in the history
Add description of how to find the installed framework version in CMS for 4.3.0 and later.

Fixes #8530
  • Loading branch information
dnsl48 committed Oct 29, 2018
1 parent 1ac8665 commit 1c6e222
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE.md
@@ -1,7 +1,9 @@
## Affected Version

Show version numbers by pasting the output of `composer info --direct`.
Alternatively, hover over the SilverStripe logo in the CMS to basic version information.
Alternatively, get the framework version information from the CMS.
In SilverStripe 4.3 and newer you may find the Help menu in the bottom left corner, unfold it and hover over the version number to get the information.
Otherwise, simply hover over the SilverStripe logo in the bottom left corner of the CMS.

## Description

Expand All @@ -11,4 +13,4 @@ Please read https://docs.silverstripe.org/en/contributing/issues_and_bugs/

## Steps to Reproduce

Help us with step-by-step instructions.
Help us with step-by-step instructions.

0 comments on commit 1c6e222

Please sign in to comment.