From cec3154ed5f2512dada52d8776e8a033aa11709d Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Fri, 5 Jul 2019 16:39:43 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000000..f2784d7f197 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Ktor Version and Engine Used (client or server and name)** +version, client/server, additional ktor modules included + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Write the following +2. Run using browser/curl/etc +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem.