From 92a946a45668d47bdeb5b567d908c1dfdbd449bc Mon Sep 17 00:00:00 2001 From: mosaro0224 <121615599+mosaro0224@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:26:20 +0100 Subject: [PATCH] Create Bug-report.yml this change can be applied as needed across platform for finding and reporting bug. it will be of great help when needed in bug bounty or sort --- Bug-report.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Bug-report.yml diff --git a/Bug-report.yml b/Bug-report.yml new file mode 100644 index 000000000..df399f3af --- /dev/null +++ b/Bug-report.yml @@ -0,0 +1,37 @@ +name: Bug report +description: Create an issue to help us improve Scroll documentation +labels: ['bug'] +body: + - type: textarea + id: issue-description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + placeholder: Describe the bug here. + validations: + required: true + - type: textarea + id: issue-reproduction + attributes: + label: Steps to reproduce + description: Describe steps to reproduce the behavior. + placeholder: Steps to reproduce the bug here. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + placeholder: Expected behavior here. + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + placeholder: Add screenshots here. + label: Link + description: If applicable, add Link to help locate your problem. + placeholder: Add link here.