|
| 1 | +## High Level Overview of Change |
| 2 | + |
| 3 | +<!-- |
| 4 | +Please include a summary/list of the changes. |
| 5 | +If too broad, please consider splitting into multiple PRs. |
| 6 | +If a relevant Asana task, please link it here. |
| 7 | +--> |
| 8 | + |
| 9 | +### Context of Change |
| 10 | + |
| 11 | +<!-- |
| 12 | +Please include the context of a change. |
| 13 | +If a bug fix, when was the bug introduced? What was the behavior? |
| 14 | +If a new feature, why was this architecture chosen? What were the alternatives? |
| 15 | +If a refactor, how is this better than the previous implementation? |
| 16 | +
|
| 17 | +If there is a design document for this feature, please link it here. |
| 18 | +--> |
| 19 | + |
| 20 | +### Type of Change |
| 21 | + |
| 22 | +<!-- |
| 23 | +Please check relevant options, delete irrelevant ones. |
| 24 | +--> |
| 25 | + |
| 26 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 27 | +- [ ] New feature (non-breaking change which adds functionality) |
| 28 | +- [ ] Chore (project configuration, scripts, dotfiles, etc.) |
| 29 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 30 | +- [ ] Refactor (non-breaking change that only restructures code) |
| 31 | +- [ ] Tests (You added tests for code that already exists, or your new feature included in this PR) |
| 32 | +- [ ] Documentation Updates |
| 33 | +- [ ] Release |
| 34 | + |
| 35 | +## Before / After |
| 36 | + |
| 37 | +<!-- |
| 38 | +If just refactoring / back-end changes, this can be just an in-English description of the change at a technical level. |
| 39 | +If a UI change, screenshots should be included. |
| 40 | +--> |
| 41 | + |
| 42 | +## Test Plan |
| 43 | + |
| 44 | +<!-- |
| 45 | +Please describe the tests that you ran to verify your changes and provide instructions so that others can reproduce. |
| 46 | +--> |
| 47 | + |
| 48 | +<!-- |
| 49 | +## Future Tasks |
| 50 | +For future tasks related to PR. |
| 51 | +--> |
0 commit comments