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

Improve bug report issue template #1440

Merged
merged 3 commits into from
Feb 23, 2022
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
29 changes: 26 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ name: Reporting a Problem/Bug
about: Reporting a Problem/Bug
title: ''
labels: bug, Feedback
assignees: turbolent
assignees: turbolent, SupunS

---

<!---

##########################################################
Do you experience a crash in Cadence?
Please do *NOT* report a crasher as a bug issue!
Report it as a security issue:
https://docs.onflow.org/bounties/responsible-disclosure/
##########################################################


### Instructions

Please fill out the template below to the best of your ability and include a label indicating which tool/service you were working with when you encountered the problem.
Expand All @@ -17,9 +25,24 @@ Please fill out the template below to the best of your ability and include a lab

### Problem

<!-- Please describe the problem you've encountered below -->
<!--
Please describe the problem you've encountered below.

Please provide additional information:

- What version of Cadence are you using? If you are using the CLI, run `flow version`
- What operating system are you using?
- Are you having a problem with the language server in Visual Studio Code?
- Go to settings, search for "Cadence". Under "Cadence > Trace: Server": Select `verbose`. Restart
- Reproduce the problem
- Copy the log output here: Select `View` -> `Output`, then select "Cadence" in right top drop down

-->


### Steps to Reproduce

<!-- Share any details and steps to replicate below -->
<!--
Share any details and steps to replicate below
-->