summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml10
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml8
3 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
new file mode 100644
index 000000000..a16c4ebbc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,10 @@
+---
+name: 🐛 Bug Report
+about: Report an issue found in the Deno CLI.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Version: Deno x.x.x
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..9ea0831c3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 000000000..4ebeb1ed5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,8 @@
+---
+name: 💡 Feature Request
+about: Suggest a feature for the Deno CLI.
+title: ''
+labels: ''
+assignees: ''
+
+---