Set up project configuration: EditorConfig, Git attributes, devcontainer, Release Drafter, SECURITY.md, and README badges

This commit is contained in:
!verity
2026-03-13 20:38:01 +01:00
parent a7d310bacb
commit 6f146516a8
9 changed files with 108 additions and 14 deletions

20
.github/release-drafter.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# Config for release-drafter: how to categorize PRs in draft release notes
# https://github.com/release-drafter/release-drafter
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels: [feature, enhancement]
- title: '🐛 Bug Fixes'
labels: [bug, fix]
- title: '📚 Documentation'
labels: [documentation]
- title: '⬆️ Dependencies'
labels: [dependencies]
- title: 'Other'
labels: ['*']
exclude-labels:
- skip-changelog