From 4f949a5ed18b0d7a88dbb3c6ff3014ecb3131dc0 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Tue, 15 Oct 2024 12:33:26 +0000 Subject: [PATCH] clean bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 16a27120..53e6c790 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,12 +9,15 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +** Version number ** +I am using the following versions/branch/sha1 of the anemoi packages +(alternatively the output of `pip freeze`) + **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +2. Run this '....' +3. See error **URL to sample input data** Provide a URL to a sample input data, or attach a file to that report if it is small enough. @@ -25,16 +28,5 @@ A clear and concise description of what you expected to happen. **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] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here.