From c5e9c28848cb36e67a7db2a58b23967226da9b2e Mon Sep 17 00:00:00 2001 From: 710leo <710leo@gmail.com> Date: Sat, 25 Apr 2020 11:50:30 +0800 Subject: [PATCH] Change issue template --- .github/ISSUE_TEMPLATE.md | 19 ------------------- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 +++++++++++ 4 files changed, 34 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8c53396a..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -### Issue Description - -***Do you want to request a `feature` or report a `bug`?*** - - - -***What is the current behavior?*** - - - -***What is the expected behavior?*** - - - -***Context / What is the motivation / use case for changing the behavior?*** - - - -***Other information*** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context.) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6f78747d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug Report +about: Report a bug encountered while operating Nightingale +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**: +- OS (e.g: `cat /etc/os-release`): +- Logs: +- Others: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..770d6c3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Nightingale community + url: https://n9e.didiyun.com/community/ + about: List of communication channels for the Nightingale community. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..94a084cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the nightingale project +labels: kind/feature + +--- + + +**What would you like to be added**: + +**Why is this needed**: \ No newline at end of file