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
+27
View File
@@ -0,0 +1,27 @@
<!--
Thanks for contributing! 🩵
Please make sure to follow the contribution guidelines outlined in our [CONTRIBUTING.md](CONTRIBUTING.md) file, and adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) to maintain a welcoming and inclusive community for everyone.
When submitting a pull request, please provide a clear description of your changes, and select the appropriate type of change from the checklist below ✨
This helps us review and merge your contribution more efficiently 🫶
-->
<!-- 🛑 **Please fill out the information below. Issues missing the required information will be automatically closed** 🛑 -->
## Related issue(s)
<!-- Link to any related issues or pull requests here -->
## Type of Change
<!--- Put an `x` in all the boxes that apply: -->
- [ ] ✨ Feature (new API/UI/functionality)
- [ ] 🐛 Bug fix (fixes an issue)
- [ ] ❌ Breaking change (a change that would cause existing functionality to work differently or break)
- [ ] 🧹 Code refactor
- [ ] ✅ CI/CD/Build configuration change
- [ ] 📚 Documentation
- [ ] 🧹 Chore
## Description
<!--- Describe your changes in detail -->