From cdddddb5979d8510c0097c40bc0b260fd832edfc Mon Sep 17 00:00:00 2001 From: VladV Date: Sat, 16 Jul 2022 17:40:25 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..230eace --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** + + +**Expected behavior** + + +**Code Sample** + +```csharp +// +``` + +**Screenshots** + + +**Desktop:** +**Unity version:** +**Tri Inspector version:** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..be8f062 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request or Idea + url: https://github.com/codewriter-packages/Tri-Inspector/discussions/categories/ideas + about: Suggest an idea for this project. + - name: Question + url: https://github.com/codewriter-packages/Tri-Inspector/discussions/categories/q-a + about: Please ask and answer questions here.