From 0921f0156e566665d131fd1e883bf895567006c9 Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Tue, 13 Apr 2021 15:43:48 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5f9dab70c..5a0201dce 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a report to help us improve. -title: "[BUG]" +title: '' labels: bug assignees: '' @@ -11,16 +11,16 @@ assignees: '' Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://go-kratos.dev/docs/getting-started/faq --> +#### What happened: -### What version of Kratos are you using? +#### What you expected to happen: -### What version of Go are you using (`go version`)? +#### How to reproduce it (as minimally and precisely as possible): -### What operating system (Linux, Windows, …) and version? +#### Anything else we need to know?: -### What did you do? -If possible, provide a recipe for reproducing the error. - -### What did you expect to see? - -### What did you see instead? +#### Environment: +- Kratos version (use `kratos -v`): +- Go version (use `go version`): +- OS (e.g: `cat /etc/os-release`): +- Others: