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.