Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s

This commit is contained in:
2026-03-01 17:01:19 +01:00
parent 23a2c8c623
commit f6d3e0d681
29 changed files with 2323 additions and 1 deletions
+62
View File
@@ -0,0 +1,62 @@
name: Bug Report
about: Report a bug or unexpected behavior
title: "[Bug] "
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug! Please fill out the sections below.
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: OS, browser, version, etc.
placeholder: |
- OS: Ubuntu 22.04
- Python: 3.11
- Version: v1.2.3
- type: textarea
id: logs
attributes:
label: Logs / Screenshots
description: Paste any relevant logs or screenshots.