From bee1187093e6257570e2afd0684eb082d72bb744 Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:14:05 +0100 Subject: chore: issue templates (#20850) Co-authored-by: David Sherret --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml 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: '' + +--- -- cgit v1.2.3