From 482af4f95864884041ff022f35c84c3ae7962579 Mon Sep 17 00:00:00 2001 From: Lenucksi Date: Fri, 24 Feb 2023 09:58:47 +0100 Subject: [PATCH] Fix #6540 introduce issue switch & blank template Signed-off-by: Lenucksi --- .github/ISSUE_TEMPLATE/bug.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000000..b0483ea483e84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,13 @@ +--- +name: Blank issue (Bug, Feature request) +about: Do you think found an actual bug? Or want to follow up a feature request from a community call? Go here. +title: "" +assignees: '' + +--- + +## Motivation + +## Action items + +## Context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000..faa2a38ee102c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: ORT Discussion Forum + url: https://github.com/oss-review-toolkit/ort/discussions + about: You did not find a bug but have a more open question or want to discuss support-style questions? Please be welcome to our discussion forum! + - name: ORT FAQ (Frequently Asked Questions) + url: https://github.com/oss-review-toolkit/ort/discussions/categories/q-a + about: This is our interactive FAQ section in the discussion forum. Think Stack Overflow meets Wiki. + - name: ORT Slack channel + url: https://ort-talk.slack.com/join/shared_invite/zt-1c7yi4sj6-mk7R1fAa6ZdW5MQ6DfAVRg#/shared-invite/email + about: Do you need a more sync & interactive discussion medium (chat)? Please sign up for our Slack channel.