Initial issue templates

These are basically the standard templates GH generated - they might help to automatically tag at least bugs vs features
This commit is contained in:
cc65 Owner
2025-07-02 23:10:29 +02:00
committed by GitHub
parent 807f02f3a3
commit b4d034bef7
2 changed files with 43 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. do '...'
2. then '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.