From e4e07a5e66dccebd979afbb6580dc0c33c708d1b Mon Sep 17 00:00:00 2001 From: h3p <26873619+h3pdesign@users.noreply.github.com> Date: Sun, 15 Feb 2026 07:24:54 +0100 Subject: [PATCH] ISSUE_TEMPLATE.md erstellen --- ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..851cc9c --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +about: Create a report to help us improve Neon Vision Editor +title: "[BUG] " +labels: bug, beta +assignees: h3pdesign +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Open file '...' +2. Press '...' +3. Scroll down to '...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment (please complete the following information):** + - macOS Version: [e.g. macOS 26.1] + - Chip: [e.g. Apple M4] + - App Version: [e.g. v0.4.2] + +**Additional context** +Add any other context about the problem here.