Skip to content

Commit c89b087

Browse files
committed
Tweak PR template
1 parent fed6271 commit c89b087

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[//]: # (
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.
66
* If you have a JIRA ticket, prefix the ticket number [ENG-*****] to the PR title.
77
)
88

@@ -38,11 +38,10 @@
3838

3939
[//]: # (
4040
* 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?
4443
* 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?
4645
* Are there any deployment dependencies to other services?
4746
* If you have a JIRA ticket, make sure the ticket also contains the CE notes.
4847
)

0 commit comments

Comments
 (0)