Add issue templates, contribution guidelines, and code of conduct; update CI/CD workflows and project metadata
CI / format (pull_request) Successful in 38s
CI / analyze (pull_request) Successful in 18s
CI / test (pull_request) Successful in 42s
CI / pana (pull_request) Failing after 1m40s
CI / version-and-changelog (pull_request) Failing after 20s

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-05-13 13:58:28 +02:00
parent db0c862e79
commit 2229c638f9
13 changed files with 441 additions and 7 deletions
+70
View File
@@ -0,0 +1,70 @@
---
name: 😓 QA Issue
about: Report a QA issue you've encountered
title: "[qa]: "
labels: qa
assignees: ""
---
<!-- 🛑 **Please fill out the information below. Issues missing the required information will be automatically closed** 🛑 -->
### Checklist
- [ ] I have searched existing issues to ensure this hasnt been reported yet.
- [ ] I have provided enough information for others to identify the issue.
- [ ] I have encountered this issue at least twice
- [ ] I have filled out all the information below
> ⚠️ Please do not open an issue if you've encountered the undesired behavior only once.
> Document your findings and include them in an issue when you can encounter the issue at least a second time
## Description
**Type**
- [ ] 🔍 Analyzer/Lint/Tidy
- [ ] 📏 Formatting
- [ ] 🎨 Code style
- [ ] 🛠️ Build issue
- [ ] 📚 Documentation
- [ ] 🧪 Test failure/coverage
- [ ] 🔄 CI/CD
- [ ] ⚡ Performance (CPU/GPU/Memory usage, latency, etc.)
- [ ] 📦 Installation/Setup
- [ ] 🔌 API
- [ ] 🤔 Other (please specify):
**Encountered Behavior**
<!-- What happened? -->
**Expected Behavior**
<!-- What should have happened instead? -->
**Steps/Code Snippet to Reproduce**
<!-- Provide minimal, self-contained code or exact steps -->
**Version tag / Git commit**
<!-- Paste the output of `git rev-parse HEAD` -->
---
## System Specs (if applicable)
<!-- If not applicable, delete the list below and write "N/A" -->
- **CPU** (model + architecture):
- **GPU** (model + driver version):
- **Operating System & Version**:
- **Compiler / Build Tool Versions** (if relevant):
---
## Additional Context
**Logs / Error Output**
<!-- Paste error messages, stack traces, or build logs -->
**Screenshots/Screencasts (if applicable)**
<!-- Add images or videos to help explain the problem -->
**Workarounds Tried (optional)**
<!-- Any temporary fixes you found? -->