Skip to content

Commit b1739e2

Browse files
Add CODEOWNERS file (#863)
1 parent fdddfbc commit b1739e2

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/CODEOWNERS

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
# Order is important; the last matching pattern takes the most
4+
# precedence.
5+
6+
* @Groxx @abhishekj720 @dkrotx @taylanisikdemir @demirkayaender

.github/pull_request_template.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Describe what has changed in this PR -->
2+
**What changed?**
3+
4+
5+
<!-- Tell your future self why have you made these changes -->
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**
15+
16+
<!-- Is it notable for release? e.g. schema updates, configuration or data migration required? If so, please mention it, and also update CHANGELOG.md -->
17+
**Release notes**
18+
19+
<!-- Is there any documentation updates should be made for config, https://cadenceworkflow.io/docs/operation-guide/setup/ ? If so, please open an PR in https://github.com/uber/cadence-docs -->
20+
**Documentation Changes**

0 commit comments

Comments
 (0)