mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-09 04:09:44 +07:00
chore: add issue templates (#62)
* chore: add issue templates * chore: refine formatting
This commit is contained in:
parent
e71c272693
commit
7948ba044c
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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
11
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal 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
|
19
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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:
|
17
.github/ISSUE_TEMPLATE/support-request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/support-request.md
vendored
Normal 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)
|
Loading…
Reference in New Issue
Block a user