mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Improve github issue template
This commit is contained in:
parent
e0e6926a74
commit
3b08fdaf9b
12
.github/ISSUE_TEMPLATE.md
vendored
12
.github/ISSUE_TEMPLATE.md
vendored
@ -4,11 +4,11 @@
|
|||||||
<!--- Provide a more detailed introduction to the issue itself. -->
|
<!--- Provide a more detailed introduction to the issue itself. -->
|
||||||
<!--- Why you consider it to be a bug or a useful change/improvement? -->
|
<!--- 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 describing a bug, tell us what should happen. -->
|
||||||
<!--- If you're suggesting a change/improvement, tell us how it should work. -->
|
<!--- 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 describing a bug, tell us what happens instead of the expected behavior. -->
|
||||||
<!--- If suggesting a change/improvement, explain the difference from current behavior. -->
|
<!--- If suggesting a change/improvement, explain the difference from current behavior. -->
|
||||||
|
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
## Steps to Reproduce (for bugs)
|
## Steps to Reproduce (for bugs)
|
||||||
<!--- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. -->
|
<!--- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. -->
|
||||||
1.
|
1. create a fresh Firefox profile
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
4.
|
4.
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -78,5 +78,6 @@
|
|||||||
"php",
|
"php",
|
||||||
"html"
|
"html"
|
||||||
],
|
],
|
||||||
"eslint.lintTask.enable": true
|
"eslint.lintTask.enable": true,
|
||||||
|
"cSpell.enabled": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user