Skip to content

Commit aba2f3c

Browse files
committed
add contibution box
1 parent 774046b commit aba2f3c

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/ISSUE_TEMPLATE/#0_bug_report_zh.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## 👋 感谢您的反馈!
10-
10+
1111
请填写以下信息帮助我们更好地理解和解决问题。
1212
1313
- type: checkboxes
@@ -18,6 +18,8 @@ body:
1818
options:
1919
- label: "🔍 我已经搜索过 [现有 Issues](https://github.com/apache/incubator-seata-go/issues),确信这不是重复问题"
2020
required: true
21+
- label: "🛠️ 我愿意自己处理这个议题"
22+
required: false
2123

2224
- type: markdown
2325
attributes:

.github/ISSUE_TEMPLATE/#1_feature_request_zh.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## 🚀 功能请求
10-
10+
1111
感谢您为项目提供新的想法和建议!
1212
1313
- type: checkboxes
@@ -20,6 +20,8 @@ body:
2020
required: true
2121
- label: "📋 我已经查看了 [发布说明](https://github.com/apache/incubator-seata-go/releases),确信此功能尚未实现"
2222
required: true
23+
- label: "🛠️ 我愿意自己处理这个议题"
24+
required: false
2325

2426
- type: markdown
2527
attributes:

.github/ISSUE_TEMPLATE/0_bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
## 👋 Thank you for your feedback!
10-
10+
1111
Please fill out the following information to help us understand and resolve the issue.
1212
1313
- type: checkboxes
@@ -18,6 +18,8 @@ body:
1818
options:
1919
- label: "🔍 I have searched the [existing issues](https://github.com/apache/incubator-seata-go/issues) and confirmed this is not a duplicate"
2020
required: true
21+
- label: "🛠️ I am willing to try to fix this bug myself."
22+
required: false
2123

2224
- type: markdown
2325
attributes:

.github/ISSUE_TEMPLATE/1_feature_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ body:
1313
required: true
1414
- label: I have searched the [release notes](https://github.com/apache/incubator-seata-go/releases) of this repository and believe that this is not a duplicate.
1515
required: true
16+
- label: "🛠️ I am willing to try to take this task myself."
17+
required: false
1618

1719
- type: textarea
1820
id: solution-description

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
<!-- Thanks for sending a pull request!
1+
<!-- Thanks for sending a pull request!
22
-->
3+
<!-- Please make sure you have read and understood the contributing guidelines -->
4+
5+
- [ ] I have registered the PR [changes](https://github.com/apache/incubator-seata-go/tree/master/changes).
36

47
**What this PR does**:
58

69
**Which issue(s) this PR fixes**:
10+
711
<!--
812
*Automatically closes linked issue when PR is merged.
913
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
1014
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
1115
-->
16+
1217
Fixes #
1318

1419
**Special notes for your reviewer**:
1520

1621
**Does this PR introduce a user-facing change?**:
22+
1723
<!--
1824
If no, just write "NONE" in the release-note block below.
1925
If yes, a release note is required:
2026
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
2127
-->
28+
2229
```release-note
2330
24-
```
31+
```

0 commit comments

Comments
 (0)