Add CHANGELOG, CONTRIBUTING, and GitHub Issue/PR templates for v0.2.0

This commit is contained in:
2026-08-09 22:13:09 +02:00
parent 7db58b6fe8
commit 2911f97991
5 changed files with 238 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
## Summary
Brief description of what this PR does.
## Changes
- ...
## Related Issues
Closes #
## Testing
- [ ] `go vet ./...` passes
- [ ] `go test ./...` passes
- [ ] Manually tested on [OS]
## Checklist
- [ ] Code follows existing style
- [ ] No new comments added (unless necessary)
- [ ] CHANGELOG.md updated (if applicable)