corso/.github/pull_request_template.md
Keepers 9cebe739bb
switch trivial for tech-debt (#2004)
Swap the `Trivial/Minor` category for `Tech Debt/Cleanup`

- [x] 🐹 Trivial/Minor
2023-01-03 19:49:49 +00:00

32 lines
732 B
Markdown

## Description
<!-- Insert PR description-->
## Does this PR need a docs update or release note?
- [ ] :white_check_mark: Yes, it's included
- [ ] :clock1: Yes, but in a later PR
- [ ] :no_entry: No
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] :sunflower: Feature
- [ ] :bug: Bugfix
- [ ] :world_map: Documentation
- [ ] :robot: Test
- [ ] :computer: CI/Deployment
- [ ] :broom: Tech Debt/Cleanup
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] :muscle: Manual
- [ ] :zap: Unit test
- [ ] :green_heart: E2E