30 lines
485 B
Markdown
30 lines
485 B
Markdown
|
|
||
|
### Description of Changes
|
||
|
|
||
|
* details about the implementation of the changes
|
||
|
* motivation for the change (broken code, new feature, etc)
|
||
|
* contrast with previous behavior
|
||
|
|
||
|
|
||
|
#### Changes:
|
||
|
|
||
|
* ..
|
||
|
* ..
|
||
|
|
||
|
#### Issue: <link to story or task>
|
||
|
|
||
|
|
||
|
**TESTING** ->
|
||
|
|
||
|
**BREAKING CHANGE** ->
|
||
|
|
||
|
|
||
|
---
|
||
|
|
||
|
## Reviewer Checklist
|
||
|
|
||
|
- [ ] It works!
|
||
|
- [ ] Comments provide sufficient explanations for the next contributor
|
||
|
- [ ] Tests cover changes and corner cases
|
||
|
- [ ] Follows Quay syntax patterns and format
|