Files
temetro/.github/PULL_REQUEST_TEMPLATE.md
Khalid Abdi be3968ce64 chore: add community health files
Add MIT LICENSE (root, backend, frontend), CONTRIBUTING.md, CODE_OF_CONDUCT.md,
SECURITY.md, GitHub issue templates (bug/feature), and PR template.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 20:50:09 +03:00

22 lines
388 B
Markdown

## Summary
<!-- What does this PR do? One or two sentences. -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor / cleanup
- [ ] Docs
- [ ] Chore / tooling
## Testing
<!-- How did you verify this works? -->
## Checklist
- [ ] I've tested the affected path manually
- [ ] No `.env` secrets are committed
- [ ] Relevant docs updated (see `../temetro/docs` if needed)