diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9168ef4..f572d2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,13 +4,12 @@ about: if Something is not working as expected title: 'bug:' labels: 'bug' assignees: '@Zernit/bugwranglers' - --- ### Describe the bug - +text ### To Reproduce @@ -21,7 +20,7 @@ assignees: '@Zernit/bugwranglers' ### Expected behavior - +text ### Additional context diff --git a/.gitpod.yml b/.gitpod.yml index a7118e7..35b1f02 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ image: - file: gitpod/gitpod.Dockerfile + file: gitpod/debian.Dockerfile vscode: extensions: @@ -12,4 +12,6 @@ vscode: - timonwong.shellcheck@0.9.0:hsU/Rd39aqPYowTqL+DbXg== - krosf.vscode-valgrind@0.0.1:YTn5lOY8OnPKJYDqJPr/Sg== - matklad.rust-analyzer@0.1.20200217:zozmBmOg1N91pRISIsYXBg== - - exiasr.hadolint@0.3.0:/FkAW3eTb+z9O7VZAyAa0w== \ No newline at end of file + - exiasr.hadolint@0.3.0:/FkAW3eTb+z9O7VZAyAa0w== + - DavidAnson.vscode-markdownlint@0.34.0:l4DL7iPpo7DdhfUHIUtcuQ== + - yzhang.markdown-all-in-one@2.7.0:5+DmuGcePw8L9PtfgOAAHg== \ No newline at end of file