aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-09-06 09:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-06 09:37:39 -0700
commit0c2675c8d306ee7f5da1fec37abad045da9b34f5 (patch)
treeefcb0ff0d172f401552f757d588f1f3bd119a74d
parenta79440f0c37d3ff9babd513f98ecfe2728ae4022 (diff)
downloadbun-0c2675c8d306ee7f5da1fec37abad045da9b34f5.tar.gz
bun-0c2675c8d306ee7f5da1fec37abad045da9b34f5.tar.zst
bun-0c2675c8d306ee7f5da1fec37abad045da9b34f5.zip
Remove issue template for install
It's not used, and use the bug issue instead.
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/1-install-problem.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-install-problem.yml b/.github/ISSUE_TEMPLATE/1-install-problem.yml
deleted file mode 100644
index 882b4be4c..000000000
--- a/.github/ISSUE_TEMPLATE/1-install-problem.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: 📥 Install Problem
-description: Report an issue during install or upgrade
-labels: [bug, install]
-body:
- - type: markdown
- attributes:
- value: |
- Thank you for submitting a bug report. It helps make Bun better.
-
- If you need help or support using Bun, and are not reporting an issue, please
- join our [Discord](https://discord.gg/CXdq2DP29u) server, where you can ask questions in the [`#help`](https://discord.gg/32EtH6p7HN) forum.
-
- Please try to include as much information as possible.
- - type: input
- attributes:
- label: What platform is your computer?
- description: |
- For MacOS and Linux: copy the output of `uname -mprs`
- For Windows: copy the output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in the PowerShell console
- - type: textarea
- attributes:
- label: How did you attempt to install or upgrade?
- description: Please provide the commands you ran to install or upgrade.
- validations:
- required: true
- - type: textarea
- attributes:
- label: What do you see instead?
- description: If possible, please provide text instead of a screenshot.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Additional information
- description: Is there anything else you think we should know?