Skip to content

Add issue form for bug report template #3381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 28 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
---
name: Bug report
about: Create a report to help us improve

---

<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please search existing issues to avoid creating duplicates. -->

### Describe the bug
<!-- A clear and concise description of what the bug is -->

### Steps to reproduce
<!-- Steps to reproduce the behavior -->

### Expected behavior
<!-- A clear and concise description of what you expected to happen -->

### Additional information
<!-- For instance, workspace IDs; URLs; relevant logs from terminals or the browser's devtool console -->

### Example repository
<!-- For instance, the repository where the error occurred -->
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