diff options
author | 2021-06-23 22:49:50 -0500 | |
---|---|---|
committer | 2021-06-23 22:49:50 -0500 | |
commit | 23d3a71b33c8110f38b8f480cfbb2c0411b0e26b (patch) | |
tree | db88e6b3b3cfb6fe060da417cd45d789e97007d8 | |
parent | a9ef6bb722ff6181f8ff7ff3c8bc8d5f28ef5173 (diff) | |
download | astro-23d3a71b33c8110f38b8f480cfbb2c0411b0e26b.tar.gz astro-23d3a71b33c8110f38b8f480cfbb2c0411b0e26b.tar.zst astro-23d3a71b33c8110f38b8f480cfbb2c0411b0e26b.zip |
Update bug_report_beta.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report_beta.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report_beta.yml b/.github/ISSUE_TEMPLATE/bug_report_beta.yml index f273866eb..42d4b686e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_beta.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_beta.yml @@ -11,7 +11,7 @@ body: attributes: label: What version of Astro are you using? placeholder: '0.0.0' - description: 'For example: 0.14.1' + description: 'Please ensure you are using the latest version of Astro!' - type: input attributes: label: What version of Node.js are you using? |