Update issue templates

This commit is contained in:
VladV 2022-07-16 17:40:25 +03:00 committed by GitHub
parent b9d2a633db
commit cdddddb597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

27
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Code Sample**
<!-- If applicable, add code sample to help explain your problem. -->
```csharp
//
```
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
**Desktop:** <!-- e.g. Windows 10 -->
**Unity version:** <!-- e.g. 2020.3.35f1 -->
**Tri Inspector version:** <!-- e.g. 1.6.1 -->

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.