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