[Crate] Add issue templates (#81)

This commit is contained in:
CosminPerRam 2023-08-03 21:36:03 +03:00 committed by GitHub
parent fb447edbc2
commit f7b5463073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report for a found bug
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps To Reproduce**
Please provide the steps to reproduce the behavior (if not possible, describe as many details as possible).
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots or Data**
If applicable, add screenshots/data to help explain your problem.
**Additional context**
Add any other context about the problem here.