Skip to content
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

Update bug_report.md #1434

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
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
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: "[Severity] Title"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user might not know severity. remove it

labels: Bug

---

**Environment details (please complete the following information):**
- Front-end version
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be optional, there can be a bug without any frontend

- Back-end version
- [Optional] Chrome version
- [Optional] OS version

**Describe the bug**
A clear and concise description of what the bug is.

**Steps to Reproduce**
1. Use Indigo library (Bingo cartridge). Describe environment
2. Add script or SQL to reproduce the issue
Expand Down