|
1 | 1 | [//]: # ( |
2 | | - * Before submit your Pull Request, make sure you've picked the right branch and your code is up-to-date with it. |
3 | | - * For critical hot-fixes, select "master" as the target branch. |
4 | | - * For bug-fixes, improvements and new features, select "develop" as the target branch. |
5 | | - * If your PR is part of a project/team, select project/team's dedicated feature branch. |
| 2 | + * Before submitting your Pull Request, make sure you've picked the right branch and your code is up-to-date with it. |
| 3 | + * For critical hotfixes, select "master" as the target branch. |
| 4 | + * For bugfixes, improvements and new features, select "develop" as the target branch. |
| 5 | + * If your PR is part of a project/team, select project/team's dedicated feature branch as the target. |
6 | 6 | * If you have a JIRA ticket, prefix the ticket number [ENG-*****] to the PR title. |
7 | 7 | ) |
8 | 8 |
|
|
38 | 38 |
|
39 | 39 | [//]: # ( |
40 | 40 | * Any server configuration and deployment notes for CE? |
41 | | - * Is model migration required? |
42 | | - * Is data migration/backfill/popualation required? |
43 | | - * If there is migration, is it reversible and is there roll-back plan? |
| 41 | + * Is model migration required? Is data migration/backfill/population required? |
| 42 | + * If so, is it reversible? Is there a roll-back plan? |
44 | 43 | * Does server settings needs to be updated? |
45 | | - * If there are settings update, have you checked existing settings for affected servers with CE? |
| 44 | + * If so, have you checked with CE on existing settings for affected servers? |
46 | 45 | * Are there any deployment dependencies to other services? |
47 | 46 | * If you have a JIRA ticket, make sure the ticket also contains the CE notes. |
48 | 47 | ) |
|
0 commit comments