diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9373de8..9867943 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -33,14 +33,6 @@ Please follow these checklists to help prevent any unexpected issues from being ### I. Data model checklist Please follow these checks if any changes were made to any classes in the web, service, or persistence layers. -**Data checks:** -Updates were made to the mocked incoming request data and/or mocked published request data: - -- [ ] [smile-server test data](https://github.com/mskcc/smile-server/tree/master/service/src/test/resources/data) -- [ ] [smile-commons test data](https://github.com/mskcc/smile-commons/tree/master/src/test/resources/data) -- [ ] [smile-label-generator test data](https://github.com/mskcc/smile-label-generator/tree/master/src/test/resources/data) -- [ ] [smile-request-filter test data](https://github.com/mskcc/smile-request-filter/tree/master/src/test/resources/data) - **Code checks:** - [ ] Unit tests were updated in relation to updates to the mocked test data. @@ -64,8 +56,8 @@ Other: [insert details on how messages were published or simulated for testing] ### II. Configuration and/or permissions checklist: - [ ] New topics were introduced. -- [ ] The topics and appropriate permissions were updated in [cmo-metadb-configuration](https://github.mskcc.org/cmo/cmo-metadb-configuration). -- [ ] If applicable, a new account was set up and the account credentials and keys are checked into [cmo-metadb-configuration](https://github.mskcc.org/cmo/cmo-metadb-configuration). +- [ ] The topics and appropriate permissions were updated in [smile-configuration](https://github.mskcc.org/cmo/smile-configuration). +- [ ] If applicable, a new account was set up and the account credentials and keys are checked into [smile-configuration](https://github.mskcc.org/cmo/smile-configuration). - [ ] Account credentials and keys were shared with the appropriate parties. ---