mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-11 16:11:24 +00:00
Cleanup vscode config and github issue templates
This commit is contained in:
parent
c8d199a4e9
commit
616f54f5b3
4 changed files with 6 additions and 22 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -14,8 +14,8 @@ A clear and concise description of what the bug is.
|
|||
Steps to reproduce the behavior:
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -7,7 +7,7 @@ assignees: ""
|
|||
---
|
||||
|
||||
**What feature would you like to see added to the theme?**:
|
||||
The name of the app and a link to the Nextcloud app store
|
||||
|
||||
|
||||
**Your setup (please complete the following information):**
|
||||
|
||||
|
|
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [
|
||||
"ko-fi",
|
||||
"liberapay",
|
||||
"nextcloud-breeze-dark",
|
||||
"occ",
|
||||
"sass",
|
||||
"xmr"
|
||||
]
|
||||
}
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": true
|
||||
}
|
||||
|
|
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
|
@ -3,16 +3,6 @@
|
|||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "create release",
|
||||
"type": "shell",
|
||||
"command": "./create_release.sh",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "lint:scss",
|
||||
|
|
Loading…
Add table
Reference in a new issue