Skip to content

Commit 223f029

Browse files
authored
Fix code owners and pull request template (#200)
1 parent 9403bca commit 223f029

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Syntax is here:
22
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
33

4-
* @temporalio/core
4+
* @temporalio/server
5+
* @temporalio/sdk

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
**Why?**
77

88

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**
9+
<!-- Are there any breaking changes on binary or code level? -->
10+
**Breaking changes**
1511

0 commit comments

Comments
 (0)