From 76c492e7fd7190e47dc3ece54558540c53b5118b Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 8 Mar 2021 17:21:58 +0200 Subject: [PATCH] Add issue form for bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 51 +++++++++++++++------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fa494fafafc330..0ec1bc41622476 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,23 +1,28 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - - - - -### Describe the bug - - -### Steps to reproduce - - -### Expected behavior - - -### Additional information - - -### Example repository - +name: Bug Report +description: File a bug report +labels: "bug" +issue_body: true +body: +- type: markdown + attributes: + value: Before raising an issue, please search for existing issues to avoid creating duplicates. For questions and support please use the [community forum](https://community.gitpod.io/). +- type: textarea + attributes: + label: Bug description + description: Summarize the bug encountered concisely + validations: + required: true +- type: textarea + attributes: + label: Steps to reproduce + description: Describe the steps to reproduce the issue + validations: + required: true +- type: textarea + attributes: + label: Expected behavior + description: Describe what you should see instead +- type: textarea + attributes: + label: Example repository + description: If possible, please create an [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug and link it here in the bug report