Skip to content

Commit b7e612b

Browse files
authored
chore: update PR template and auto-assign sdk-team reviewers (#579)
* chore: adopt shared SDK PR template and auto-request sdk-team reviews - Replace PR template with the shared SDK template - Add workflow to request review from @Iterable/sdk-team on new PRs * chore: require sdk-team review via CODEOWNERS instead of workflow
1 parent 6bbb6ce commit b7e612b

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
* @mprew97
1+
# https://docs.github.com/articles/about-code-owners
2+
# Require review from the SDK team on every PR.
3+
4+
* @Iterable/sdk-team

.github/pull_request_template.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
## JIRA Ticket(s) if any
1+
# 📝 Summary
2+
> _This should be a 150 characters summary of the changes on this PR_
23
3-
* [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX)
4+
###### 🎟️ Jira Ticket: [SDK-XXXX](https://iterable.atlassian.net/browse/SDK-XXXX)
45

5-
## Description
6+
## 📖 Description
7+
> Please provide a description of what this pull request does.
68
7-
## Test Steps
9+
## 🧪 How to test?
10+
> How to test the changes added?
11+
12+
## 📹 Loom recording if applicable
13+
> If it helps the reviewer, add a short Loom going over the changes or showcasing the change in behavior.
14+
15+
#### 🐞 Github Issues solved
16+
> If this solves any open GH Issues, please link them here.
17+
18+
#### 📚 Docs PR if applicable
19+
> Open a PR on the [Docs Repo](https://github.com/Iterable/iterable-docs) documenting the changes.

0 commit comments

Comments
 (0)