We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403bca commit 223f029Copy full SHA for 223f029
.github/CODEOWNERS
@@ -1,4 +1,5 @@
1
# Syntax is here:
2
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
3
4
-* @temporalio/core
+* @temporalio/server
5
+* @temporalio/sdk
.github/PULL_REQUEST_TEMPLATE.md
@@ -6,10 +6,6 @@
6
**Why?**
7
8
9
-<!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? -->
10
-**How did you test it?**
11
-
12
13
-<!-- Assuming the worst case, what can be broken when deploying this change to production? -->
14
-**Potential risks**
+<!-- Are there any breaking changes on binary or code level? -->
+**Breaking changes**
15
0 commit comments