diff options
author | 2023-08-23 09:42:33 +0200 | |
---|---|---|
committer | 2023-08-23 00:42:33 -0700 | |
commit | 851763174e77be5dfe409ffb3ee4cb79659cbde4 (patch) | |
tree | ba6982d9b43499262a5b29d9d90d3a85b292f077 | |
parent | 8518fbb573dc3359179c885cb5d79f7185c88ee4 (diff) | |
download | bun-851763174e77be5dfe409ffb3ee4cb79659cbde4.tar.gz bun-851763174e77be5dfe409ffb3ee4cb79659cbde4.tar.zst bun-851763174e77be5dfe409ffb3ee4cb79659cbde4.zip |
ask for bun --revision instead bun -v (#4256)
-rw-r--r-- | .github/ISSUE_TEMPLATE/2-bug-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 9002b4d3c..6e13fc37d 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -14,7 +14,7 @@ body: - type: input attributes: label: What version of Bun is running? - description: Copy the output of `bun -v` + description: Copy the output of `bun --revision` - type: input attributes: label: What platform is your computer? |