From 98b52241ece347bb7d743031b10008fe376e4304 Mon Sep 17 00:00:00 2001 From: Tim Basten Date: Tue, 3 Feb 2026 16:03:15 +0800 Subject: [PATCH] add template --- ISSUE_TEMPLATE/1-bug-repot.yml | 50 ++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ISSUE_TEMPLATE/1-bug-repot.yml diff --git a/ISSUE_TEMPLATE/1-bug-repot.yml b/ISSUE_TEMPLATE/1-bug-repot.yml new file mode 100644 index 0000000..f0a96a2 --- /dev/null +++ b/ISSUE_TEMPLATE/1-bug-repot.yml @@ -0,0 +1,50 @@ +name: 🐞 Bug Report +about: Report a bug, something is not working +title: "bug: " +labels: + - kind/bug +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to report this bug! Please fill out the form below to help us understand and fix the issue. + + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + placeholder: Describe what should happen... + validations: + required: true + + - type: textarea + id: describe-bug + attributes: + label: Describe the Bug + description: A clear and concise description of what the bug is. + placeholder: Describe what's going wrong... + validations: + required: true + + - type: textarea + id: reproduce-steps + attributes: + label: Steps to Reproduce + description: Write the steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '...' + 3. Scroll down to '...' + 4. See error + validations: + required: true + + - type: textarea + id: media + attributes: + label: Media Proof + description: If applicable, add screenshots,videos or logs to help explain your problem. + placeholder: Drag and drop images or paste URLs here + validations: + required: false