Skip to content

Commit 58022cf

Browse files
author
leo65535
authored
[SeaTunnel apache#804] [patch] Improve the pull_request template (apache#805)
1 parent 79cb3f6 commit 58022cf

File tree

2 files changed

+41
-8
lines changed

2 files changed

+41
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<!--
2-
Thank you for contributing to seatunnel! Please make sure that your code changes
2+
3+
Thank you for contributing to SeaTunnel! Please make sure that your code changes
34
are covered with tests. And in case of new features or big changes
45
remember to adjust the documentation.
56
67
Feel free to ping committers for the review!
78
8-
In case of existing issue, reference it using one of the following:
9-
closes: #ISSUE_ID
10-
related: #ISSUE_ID
9+
## Contribution Checklist
1110
12-
Here is some example about how to write a good git commit message:
13-
http://chris.beams.io/posts/git-commit/
14-
-->
11+
- Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/InterestingLab/seatunnel/issues).
12+
13+
- Name the pull request in the form "[SeaTunnel #XXXX] [component] Title of the pull request", where *SeaTunnel #XXXX* should be replaced by the actual issue number.
1514
16-
---
15+
- Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`.
16+
17+
-->
1718

1819
## Purpose of this pull request
1920

.idea/vcs.xml

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)