diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71d0dcc4..cb9846c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ -* @mprew97 +# https://docs.github.com/articles/about-code-owners +# Require review from the SDK team on every PR. + +* @Iterable/sdk-team diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 23fc776b..b7186b26 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,19 @@ -## JIRA Ticket(s) if any +# ๐Ÿ“ Summary +> _This should be a 150 characters summary of the changes on this PR_ -* [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX) +###### ๐ŸŽŸ๏ธ Jira Ticket: [SDK-XXXX](https://iterable.atlassian.net/browse/SDK-XXXX) -## Description +## ๐Ÿ“– Description +> Please provide a description of what this pull request does. -## Test Steps \ No newline at end of file +## ๐Ÿงช How to test? +> How to test the changes added? + +## ๐Ÿ“น Loom recording if applicable +> If it helps the reviewer, add a short Loom going over the changes or showcasing the change in behavior. + +#### ๐Ÿž Github Issues solved +> If this solves any open GH Issues, please link them here. + +#### ๐Ÿ“š Docs PR if applicable +> Open a PR on the [Docs Repo](https://github.com/Iterable/iterable-docs) documenting the changes.