From 5ce410f2332ce1b60e887d49feb44aece0eec670 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:55:47 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++---------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index be10b523..ea1c8116 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,28 +1,23 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** +## Description A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** +## Expected behaviour A clear and concise description of what you expected to happen. -**Screenshots** +## How to reproduce +Steps to reproduce the behavior: + +## Screenshots If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +## Tooling and environment + - Tuono version [e.g. 0.4.0] + - OS: [e.g. MacOS, Windows] + - Browser: [e.g. chrome, safari] + - Node version: [e.g. 20.0.0] + - Rust version: [e.g. 1.79.0] + - Crate version: [e.g. 1.78.0] + - Node Package Manger version: [e.g. pnpm: 9.5.0] -**Additional context** +## Additional context Add any other context about the problem here.