From 7a4b19efce796ca9897db657e0e01fa7219306c2 Mon Sep 17 00:00:00 2001 From: MusicFly1337 Date: Sun, 2 Jul 2023 22:29:38 +0200 Subject: [PATCH] submit pull request --- .github/pull_request_template.md | 2 +- .vscode/tasks.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .vscode/tasks.json diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 682045de..7d39feae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -**[Insert URL to the list here.]** +**[bayandin/awesome-awesomeness]** **[Explain what this list is about and why it should be included here.]** diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 00000000..fc65b844 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,16 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "type": "markdownlint", + "problemMatcher": [ + "$markdownlint" + ], + "label": "markdownlint: Lint all Markdown files in the workspace with markdownlint", + "group": { + "kind": "build", + "isDefault": true + } + } + ] +} \ No newline at end of file