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