chore: add issue templates (#62)

* chore: add issue templates

* chore: refine formatting
This commit is contained in:
Kevin Yu 2023-04-23 13:29:26 +08:00 committed by GitHub
parent e71c272693
commit 7948ba044c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Bug Report
about: Report a bug encountered while operating Dae
labels: kind/bug
---
<!--
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->
## What happened:
## What you expected to happen:
## How to reproduce it (as minimally and precisely as possible):
## Anything else we need to know
## Environment:
- Dae version (use `dae --version`):
- OS (e.g `cat /etc/os-release`):
- Kernel (e.g. `uname -a`):
- Others:

11
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Dae project
labels: kind/optimize
---
<!-- Please only use this template for submitting enhancement requests -->
## What would you like us to improve
## Why is this needed

View File

@ -0,0 +1,19 @@
---
name: Feature Request
about: feature request related to Dae
labels: kind/feature
---
<!--
STOP -- PLEASE READ!
If you have a good idea that wishes us to integrate to the current dae project, feel free to elaborate here.
You may also post your idea on the Discussions or the Dae Telegram channel (https://t.me/daeuniverse).
-->
<!-- Please only use this template for submitting enhancement requests -->
## What feature you would like us to integrate to the dae project
## Why is this neede:

View File

@ -0,0 +1,17 @@
---
name: Support Request
about: Support request related to Dae
labels: kind/support
---
<!--
STOP -- PLEASE READ!
GitHub issue is not the right place for support requests.
If you're looking for help, check the Discussions (https://github.com/daeuniverse/dae/discussions).
You can also post your question on the Discussions or the Dae Telegram channel (https://t.me/daeuniverse).
-->
## What would you like us to support (In short summary)