Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ eg: A new module/plugin/task/feature.
<!--- For UI/visual changes upload gif and screenshots. Tool for recording gif: http://recordit.co/ -->

**Deployment Strategy:**
<!--- Mention the steps to deploy it along with proper deployment and rollback strategies if some extra steps are needed to be performed. -->

<!--- Mention the steps to deploy code along with proper deployment and rollback strategies if some extra steps are needed to be performed. You can list deployment steps as follows:

- Deploy SQS queue. eg: Deploy create-pool-update-sqs
- Deploy Lambda. eg: Deploy user-reset-mfa Lambda
- Deploy SNS Topic eg: Deploy create-demandpool-sns
- Run database migration eg: Create workblock data-store
- Setup ES. eg: Create pool-search data-store
- Update NACL Rules. eg: Update NACL rule for performance interface
- Update permissions stack. eg: Deploy Permissions for ASA subsystem
- Update CNM. eg: Update cnm of calendar service
- Update service. eg: Update user-management-service
-->
*[Pull Request Guidelines](https://bitly.com/cf_pullrequests "Pull Request Guidelines")*
15 changes: 13 additions & 2 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@ eg: A new module/plugin/task/feature.
### Screenshots and GIF:
<!--- For UI/visual changes upload gif and screenshots. Tool for recording gif: http://recordit.co/ -->

### Deployment Strategy:
<!--- Mention the steps to deploy it along with proper deployment and rollback strategies if some extra steps are needed to be performed. -->
**Deployment Strategy:**
<!--- Mention the steps to deploy code along with proper deployment and rollback strategies if some extra steps are needed to be performed. You can list deployment steps as follows:

- Deploy SQS queue. eg: Deploy create-pool-update-sqs
- Deploy Lambda. eg: Deploy user-reset-mfa Lambda
- Deploy SNS Topic eg: Deploy create-demandpool-sns
- Run database migration eg: Create workblock data-store
- Setup ES. eg: Create pool-search data-store
- Update NACL Rules. eg: Update NACL rule for performance interface
- Update permissions stack. eg: Deploy Permissions for ASA subsystem
- Update CNM. eg: Update cnm of calendar service
- Update service. eg: Update user-management-service
-->

*[Pull Request Guidelines](https://bitly.com/cf_pullrequests "Pull Request Guidelines")*