From 10a78c8ea60336b259a50c68df44a687c8b830f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Tue, 22 Feb 2022 16:41:17 -0800 Subject: [PATCH 1/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 29 +++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b31e4b6372..be68797032 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,12 +3,20 @@ name: Reporting a Problem/Bug about: Reporting a Problem/Bug title: '' labels: bug, Feedback -assignees: turbolent +assignees: turbolent, SupunS --- + + ### Steps to Reproduce - + From 7ede160b0d76f3958d4e0bd64bebf3446e070579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Tue, 22 Feb 2022 16:43:39 -0800 Subject: [PATCH 2/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index be68797032..2d5b1e21f9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -35,7 +35,7 @@ Please provide additional information: - 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: Choose `View` -> `Output`, then select “Cadence” in right top drop down + - Copy the log output here: Choose `View` -> `Output`, then select "Cadence" in right top drop down --> From 86a35e5cd0692e45415d2b9afae3686419c3baef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Wed, 23 Feb 2022 07:56:04 -0800 Subject: [PATCH 3/3] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 2d5b1e21f9..72cf8b1303 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -30,12 +30,12 @@ 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 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: Choose `View` -> `Output`, then select "Cadence" in right top drop down + - Copy the log output here: Select `View` -> `Output`, then select "Cadence" in right top drop down -->