community: add issue/PR templates, code of conduct, update contributing guide

This commit is contained in:
2026-03-18 12:22:10 +00:00
parent 59cdd4530b
commit 68365dfe98
5 changed files with 157 additions and 24 deletions

15
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,15 @@
## What does this PR do?
<!-- Brief description of the change -->
## Related issue
<!-- Link to issue, e.g. Fixes #123 -->
## Checklist
- [ ] `cargo fmt` passes
- [ ] `cargo clippy` passes with no warnings
- [ ] `cargo test --lib --bin nora` passes
- [ ] New functionality includes tests
- [ ] CHANGELOG.md updated (if user-facing change)