Skip to content

Commit 7661a45

Browse files
Update bug report and PR templates
1 parent e1ad09b commit 7661a45

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ labels: ''
66
assignees: ''
77

88
---
9+
**Version of Cadence server, and client(which language)**
10+
This is very important to root cause bugs.
11+
- Server version:
12+
- Client version:
13+
- Client langauge:
914

1015
**Describe the bug**
1116
A clear and concise description of what the bug is.

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
<!-- Assuming the worst case, what can be broken when deploying this change to production? -->
1414
**Potential risks**
1515

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)