luminate-old/.forgejo/pull_request_template.md
Brendan Szymanski f374dc663d Add contributor templates and update README
Reviewed-on: echo/Luminate#2
Co-authored-by: Brendan Szymanski <hello@bscubed.dev>
Co-committed-by: Brendan Szymanski <hello@bscubed.dev>
2026-06-21 20:01:52 +00:00

25 lines
620 B
Markdown

## Description
<!-- A clear and concise description of the change. -->
Closes #<!-- issue number -->
## Type of change
- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] ♻️ Refactor / code cleanup
- [ ] 📖 Documentation
- [ ] 🔧 Dependencies / build tooling
## How was this tested?
<!-- Describe the tests you ran or the manual verification steps. -->
## Checklist
- [ ] I have read the [contributing guide](CONTRIBUTING.md)
- [ ] My code follows the project's style guidelines
- [ ] I have added or updated tests as needed
- [ ] Documentation has been updated where applicable
- [ ] All existing tests pass