diff options
author | 2022-12-08 09:33:59 -0800 | |
---|---|---|
committer | 2022-12-08 09:33:59 -0800 | |
commit | 46a9b124f5488f48985f3763dfa137456ea56f2a (patch) | |
tree | a6cc3e3a5e06efa7bd681d2313ea400356c49050 | |
parent | 7c2180194c3b87236e1b61806b6a473642bd5bdb (diff) | |
download | bun-46a9b124f5488f48985f3763dfa137456ea56f2a.tar.gz bun-46a9b124f5488f48985f3763dfa137456ea56f2a.tar.zst bun-46a9b124f5488f48985f3763dfa137456ea56f2a.zip |
Remove needs-repro label from issue template
-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 77ad422c2..f928693aa 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Report an issue that should be fixed -labels: [bug, need repro] +labels: [bug] body: - type: markdown attributes: |