From 7948ba044c24f82921dd27269e9dd15bfb2976e4 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Sun, 23 Apr 2023 13:29:26 +0800 Subject: [PATCH] chore: add issue templates (#62) * chore: add issue templates * chore: refine formatting --- .github/ISSUE_TEMPLATE/bug-report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 19 ++++++++++++++++++ .github/ISSUE_TEMPLATE/support-request.md | 17 ++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/support-request.md 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)