diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..b5ce67f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Report a bug encountered while operating Dae +labels: kind/bug +--- + + + +## 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: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..f925146 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the Dae project +labels: kind/optimize +--- + + + +## What would you like us to improve + +## Why is this needed diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..af2e181 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: feature request related to Dae +labels: kind/feature +--- + + + + + +## What feature you would like us to integrate to the dae project + +## Why is this neede: diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md new file mode 100644 index 0000000..67cca0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -0,0 +1,17 @@ +--- +name: Support Request +about: Support request related to Dae +labels: kind/support +--- + + + +## What would you like us to support (In short summary)