Update issue templates

This commit is contained in:
Andy
2022-02-06 08:34:45 +03:00
committed by GitHub
parent 5d5ce29f36
commit 1bc048578d
3 changed files with 62 additions and 0 deletions

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

@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Do something
2. See error
**Log data**
If the program log contains any data.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Release information (please complete the following information):**
- Architecture [e.g. x86, x64]
- Version [e.g. 2.0.0.0]
**Additional context**
Add any other context about the problem here.