diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af7b9ca1..460ef937 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @braintree/team-sdk-server +* @PayPal-Braintree/team-sdk-server diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7e12aaef..104b320b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,10 @@ # Checklist - [ ] Added changelog entry +- [ ] I alphabetized all attributes, parameters, and methods by name in any class file I changed - [ ] Ran unit tests (`python3 -m unittest discover tests/unit`) +- [ ] I have linked the JIRA ticket in the summary section +- [ ] I have reviewed the JIRA ticket to ensure all AC's are met - [ ] I understand that unless this is a Draft PR or has a DO NOT MERGE label, this PR is considered to be in a deploy ready state and can be deployed if merged to main