diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000000..a16c4ebbc7 --- /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 0000000000..9ea0831c38 --- /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 0000000000..4ebeb1ed57 --- /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: '' + +---