mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
chore: issue templates (#20850)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
d4ef471744
commit
bee1187093
3 changed files with 26 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Report an issue found in the Deno CLI.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Version: Deno x.x.x
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 💬 Discord
|
||||
url: https://discord.com/deno
|
||||
about: Join our community on Discord.
|
||||
- name: Deploy Feedback
|
||||
url: https://github.com/denoland/deploy_feedback/
|
||||
about: Provide feature requests or bug reports about the Deno Deploy edge runtime.
|
8
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: 💡 Feature Request
|
||||
about: Suggest a feature for the Deno CLI.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
Loading…
Reference in a new issue