feat: add issue templates

This commit is contained in:
CosminPerRam 2023-10-23 23:15:19 +03:00 committed by GitHub
parent 25f79262d2
commit f335a1fbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

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

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: something is not working'
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, if this is about a query, run the CLI version with the `--debug` option and put the output in an collapsible section.
<details>
```
How to do a collapsible section:
<details>
This is hidden until it is not!
</details>
```
</details>
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feat: new stuff!'
labels: enhancement
assignees: ''
---
**What is this feature about?**
Shortly explain what your requested feature is about.
**Additional context/references**
Add any other context or references about the feature request here.