1
0
Fork 0
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:
Birk Skyum 2023-11-28 02:14:05 +01:00 committed by GitHub
parent d4ef471744
commit bee1187093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View 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
View 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.

View file

@ -0,0 +1,8 @@
---
name: 💡 Feature Request
about: Suggest a feature for the Deno CLI.
title: ''
labels: ''
assignees: ''
---