Improve github issue template

This commit is contained in:
kkapsner 2023-04-07 10:01:29 +02:00
parent e0e6926a74
commit 3b08fdaf9b
2 changed files with 8 additions and 7 deletions

View File

@ -4,11 +4,11 @@
<!--- Provide a more detailed introduction to the issue itself. -->
<!--- Why you consider it to be a bug or a useful change/improvement? -->
## Expected Behavior
## Expected Behaviour
<!--- If you're describing a bug, tell us what should happen. -->
<!--- If you're suggesting a change/improvement, tell us how it should work. -->
## Current Behavior
## Current Behaviour
<!--- If describing a bug, tell us what happens instead of the expected behavior. -->
<!--- If suggesting a change/improvement, explain the difference from current behavior. -->
@ -18,10 +18,10 @@
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. -->
1.
2.
3.
4.
1. create a fresh Firefox profile
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->

View File

@ -78,5 +78,6 @@
"php",
"html"
],
"eslint.lintTask.enable": true
"eslint.lintTask.enable": true,
"cSpell.enabled": true
}