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
+65
View File
@@ -0,0 +1,65 @@
---
name: ✨ Feature Request
about: Suggest a new feature or improvement for the project
title: "[feature]: "
labels: enhancement
assignees: ""
---
<!-- 💡 **Please fill out the information below. Incomplete requests may be closed or moved to Discussions.** 💡 -->
### Checklist
- [ ] I have searched existing issues and discussions to ensure this feature hasnt been suggested yet.
- [ ] I have clearly described the problem this feature would solve.
- [ ] I have outlined how this feature would improve the project for users or developers.
- [ ] I have filled out all the information below.
## Summary
**Feature Type**
- [ ] 🚀 End-user functionality
- [ ] 📦 Integration / New API
- [ ] 🎨 UI/UX improvement
- [ ] ⚡ Performance optimization
- [ ] 🧠 Developer experience improvement
- [ ] 🤔 Other (please specify):
**Problem / Motivation**
<!-- What problem does this feature solve? Why is it needed? -->
**Proposed Solution / Feature Description**
<!-- Describe your idea in detail. Include how it might work, appear, or behave. -->
**Alternatives Considered**
<!-- What other approaches did you try or think about? Why arent they sufficient? -->
---
## Impact and Scope
**Who Benefits**
<!-- Which users, teams, or use cases will this feature help? -->
**Possible Risks or Tradeoffs**
<!-- Are there potential downsides, maintenance costs, or compatibility issues? -->
**Priority Level**
- [ ] 💚 Nice-to-have
- [ ] 💖 Important
- [ ] 🔥 Critical / Blocking
---
## Additional Context
**Related Issues / PRs**
<!-- Link to related issues or pull requests if any -->
**Mockups / Diagrams / Examples (optional)**
<!-- Add visuals, sketches, or example code to clarify your idea -->
**Notes or References (optional)**
<!-- Links, research, or external references that support your proposal -->