This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 4c04f3af33 [INLONG-10051][CI] Improve the pull request template
(#10052)
4c04f3af33 is described below
commit 4c04f3af33b99a594df755262abe87981cc0b23d
Author: AloysZhang <[email protected]>
AuthorDate: Tue Apr 23 20:59:48 2024 +0800
[INLONG-10051][CI] Improve the pull request template (#10052)
---
.github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 97a949e5dc..041ef286ed 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,19 +1,20 @@
-### Prepare a Pull Request
-*(Change the title refer to the following example)*
+<!-- Prepare a Pull Request
+Change the title of pull request refer to the following example:
+ [INLONG-XYZ][Component] Title of the pull request
+-->
-- Title Example: [INLONG-XYZ][Component] Title of the pull request
+<!-- Specify the issue this pull request going to fix.
+The following *XYZ* should be replaced by the actual [GitHub
Issue](https://github.com/apache/inlong/issues) number)-->
-*(The following *XYZ* should be replaced by the actual [GitHub
Issue](https://github.com/apache/inlong/issues) number)*
-
-- Fixes #XYZ
+Fixes #XYZ
### Motivation
-*Explain here the context, and why you're making that change. What is the
problem you're trying to solve?*
+<!--Explain here the context, and why you're making that change. What is the
problem you're trying to solve.-->
### Modifications
-*Describe the modifications you've done.*
+<!--Describe the modifications you've done.-->
### Verifying this change