diff options
author | 2023-09-19 22:26:23 +0200 | |
---|---|---|
committer | 2023-09-19 13:26:23 -0700 | |
commit | f6eaf4bc78728a75087f64616d906008d888324b (patch) | |
tree | 98ab03e7999dd7c34009dd1413e949b5f8d3783f | |
parent | fc14902f73c643616f51e702e8a0fc2ac0a2ef85 (diff) | |
download | bun-f6eaf4bc78728a75087f64616d906008d888324b.tar.gz bun-f6eaf4bc78728a75087f64616d906008d888324b.tar.zst bun-f6eaf4bc78728a75087f64616d906008d888324b.zip |
remind users of the latest version (#5597)
Reduce Bug reports for fixed issues.
-rw-r--r-- | .github/ISSUE_TEMPLATE/2-bug-report.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 6e13fc37d..423a35668 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -10,7 +10,11 @@ body: If you need help or support using Bun, and are not reporting a bug, please join our [Discord](https://discord.gg/CXdq2DP29u) server, where you can ask questions in the [`#help`](https://discord.gg/32EtH6p7HN) forum. + Make sure you are running the [latest](https://bun.sh/docs/installation#upgrading) version of Bun. + The bug you are experiencing may already have been fixed. + Please try to include as much information as possible. + - type: input attributes: label: What version of Bun is running? |