diff options
author | 2021-06-24 10:30:06 -0500 | |
---|---|---|
committer | 2021-06-24 10:30:06 -0500 | |
commit | 40ae924e63b67741d74f8f97da3b555484086f5c (patch) | |
tree | 357e42d0b940d31dc64b2404851d39420de74f49 | |
parent | 36a461861f5a1dd537e4d0b277013f3454ece0e4 (diff) | |
download | astro-40ae924e63b67741d74f8f97da3b555484086f5c.tar.gz astro-40ae924e63b67741d74f8f97da3b555484086f5c.tar.zst astro-40ae924e63b67741d74f8f97da3b555484086f5c.zip |
Update ---bug_report.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/---bug_report.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---bug_report.yml index d2a4e933d..d35716462 100644 --- a/.github/ISSUE_TEMPLATE/---bug_report.yml +++ b/.github/ISSUE_TEMPLATE/---bug_report.yml @@ -19,12 +19,12 @@ body: attributes: label: What package manager are you using? options: - - `npm v6` - - `npm v7` - - `yarn v1 (classic)` - - `yarn v2 (berry)` - - `pnpm` - - other (please explain) + - "`npm v6`" + - "`npm v7`" + - "`yarn v1 (classic)`" + - "`yarn v2 (berry)`" + - "`pnpm`" + - "other (please mention in description)" validations: required: true - type: input |