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