From 3b08fdaf9b669f602fcb32826ed1f89dc15c7c18 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 7 Apr 2023 10:01:29 +0200 Subject: [PATCH] Improve github issue template --- .github/ISSUE_TEMPLATE.md | 12 ++++++------ .vscode/settings.json | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 40d6ddf..1df4335 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,11 +4,11 @@ -## Expected Behavior +## Expected Behaviour -## Current Behavior +## Current Behaviour @@ -18,10 +18,10 @@ ## Steps to Reproduce (for bugs) -1. -2. -3. -4. +1. create a fresh Firefox profile +2. +3. +4. ## Context diff --git a/.vscode/settings.json b/.vscode/settings.json index 17c3467..e943677 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -78,5 +78,6 @@ "php", "html" ], - "eslint.lintTask.enable": true + "eslint.lintTask.enable": true, + "cSpell.enabled": true } \ No newline at end of file