mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
22 lines
891 B
Markdown
22 lines
891 B
Markdown
## Description
|
|
<!-- What does this PR do? Why? -->
|
|
|
|
## Related Issue or Discussion
|
|
<!-- This project requires an issue or an approved feature request before submitting a PR. -->
|
|
<!-- For bug fixes: Closes #ISSUE_NUMBER -->
|
|
<!-- For features: Addresses discussion #DISCUSSION_NUMBER -->
|
|
|
|
## Type of Change
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Breaking change
|
|
- [ ] Documentation update
|
|
|
|
## Checklist
|
|
- [ ] I have read the [Contributing Guidelines](https://github.com/mauriceboe/TREK/wiki/Contributing)
|
|
- [ ] My branch is [up to date with `dev`](https://github.com/mauriceboe/TREK/wiki/Development-environment#3-keep-your-fork-up-to-date)
|
|
- [ ] This PR targets the `dev` branch, not `main` *(wiki-only PRs are exempt)*
|
|
- [ ] I have tested my changes locally
|
|
- [ ] I have added/updated tests that prove my fix is effective or that my feature works
|
|
- [ ] I have updated documentation if needed
|