From 709c91cec50694814be72ff086151ba586e3d4cf Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Thu, 12 Aug 2021 08:59:16 +0200 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 60 +++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..0172677 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,60 @@ +name: Bug Report +description: Create a bug report to help improve WPinternals +labels: [bug] +body: + - type: textarea + attributes: + label: Description + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to '....' + 2. Click on '....' + 3. Scroll down to '....' + 4. See the error + validations: + required: false + - type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: input + id: wpi-version + attributes: + label: WPinternals Version + description: What version of WPinternals are you using? + placeholder: v2.9.2 + validations: + required: true + - type: input + attributes: + label: Windows Version + description: What version of Windows are you using? Press Win + Pause/Break and copy. + placeholder: e.g. Windows 11 21H2 22000.132 + validations: + required: true + - type: input + attributes: + label: Phone model + description: What phone model did you reproduce the bug on (if applicable) + placeholder: e.g. Lumia 950 XL (RM-1085) + validations: + required: false + - type: textarea + attributes: + label: Relevant Assets + description: | + A list of assets (logs, screenshots) relevant to this bug. + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + placeholder: | + To upload the log + - Copy the `WPinternals.log` files from `%ALLUSERSPROFILE%\WPinternals` + - Drag and drop them into this text area.