Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://docs.github.com/articles/about-code-owners
# Require review from the SDK team on every PR.

* @Iterable/sdk-team
20 changes: 16 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## 🔹 Jira Ticket(s) if any
# 📝 Summary
> _This should be a 150 characters summary of the changes on this PR_

* [SDK-XXXX](https://iterable.atlassian.net/browse/SDK-XXXX)
###### 🎟️ Jira Ticket: [SDK-XXXX](https://iterable.atlassian.net/browse/SDK-XXXX)

## ✏️ Description
## 📖 Description
> Please provide a description of what this pull request does.

> Please provide a brief description of what this pull request does.
## 🧪 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.
Loading