diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 79f7913..d9ba9ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,14 +1,15 @@ name: Bug Report description: File a bug report -title: "[BUG] " +title: "[BUG]: " labels: ["bug"] -assignees: [] +assignees: + - placeholder body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - - type: input + - type: textarea id: what-happened attributes: label: What happened? diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode