diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/1-bug-report.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/2-feature-request.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 53a4a38ae..49feea655 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,5 +1,6 @@ name: 🐛 Bug report description: Create a report to help us improve +labels: [bug, need repro] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index da49bd515..1b68f6049 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -1,6 +1,6 @@ name: 🚀 Feature request description: Suggest an idea for this project -labels: [feature request] +labels: [enhancement] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml index de879583c..b0c3a3ffb 100644 --- a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml +++ b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml @@ -1,6 +1,6 @@ name: 📗 Open an issue regarding the bun docs description: Let us know about any problematic documentations -labels: [doc] +labels: [documentation] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..02f5d62fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord server + url: https://discord.com/invite/CXdq2DP29u + about: Please visit our Discord server for questions and support requests. |
