|
| 1 | +:v: |
| 2 | + |
| 3 | +/cc @zendesk/vegemite |
| 4 | + |
| 5 | +### Description |
| 6 | +Describe the original problem and the changes made on this PR. |
| 7 | + |
| 8 | +### Tasks |
| 9 | +- [ ] Include comments/inline docs where appropriate |
| 10 | +- [ ] Add [unit tests](/spec) |
| 11 | +- [ ] Update changelog [here](https://github.com/zendesk/zaf_docs/blob/master/doc/v2/dev_guide/changelog.md) |
| 12 | + |
| 13 | +### References |
| 14 | +* JIRA: https://zendesk.atlassian.net/browse/VEG-XXX |
| 15 | + |
| 16 | +### DevQA Steps |
| 17 | + |
| 18 | +<!-- The DevQA process is to assess whether the work meets its acceptance criteria. If the acceptance criteria are unclear, the DevQA should verify with the code owner or the person who created the Jira card. To start with DevQA, deploy this branch to [staging](https://samson.zende.sk/projects/zendesk_app_framework/stages/static-assets-build) environment. --> |
| 19 | + |
| 20 | +- Make sure [Zendesk Apps Framework regression tests](https://zendesk.atlassian.net/wiki/spaces/ENG/pages/641702848/DevQA+process+in+Vegemite#DevQAprocessinVegemite-regression-checks) are passing with this change. |
| 21 | +- Add specific DevQA instructions here .... |
| 22 | + |
| 23 | +NOTE: DevQA steps are to be actioned only once code has been reviewed and approved. |
| 24 | + |
| 25 | +### Risks |
| 26 | +* [HIGH | medium | low] Does it work across browsers (including IE!)? |
| 27 | +* [HIGH | medium | low] Does it work in the different products (Support, Chat, Connect)? |
| 28 | +* [HIGH | medium | low] Are there any performance implications? |
| 29 | +* [HIGH | medium | low] Any security risks? |
| 30 | +* [HIGH | medium | low] What features does this touch? |
| 31 | + |
| 32 | +### Rollback Plan |
| 33 | + |
| 34 | +1. Quickly [roll back] to the prior release so that customers can refresh to resolve their issue. |
| 35 | +1. Revert this PR to restore the master branch to a deployable green state. |
| 36 | +1. Notify the author. |
| 37 | + |
| 38 | +[roll back]: https://github.com/zendesk/zendesk_app_framework_sdk/blob/master/DEPLOY.md#recovery |
| 39 | + |
| 40 | +<!-- |
| 41 | +List any additional tasks to perform if this PR is reverted. Examples: |
| 42 | + * Run a backfill to alter changed data structures |
| 43 | + * Roll back state of any co-dependent feature flags |
| 44 | + * Revert a PR changing an API endpoint in another repo |
| 45 | + * Inform particular customers, PMs, and/or stakeholders |
| 46 | + * Note any non-obvious consequence of reversion |
| 47 | +--> |
0 commit comments