Skip to content

Commit

Permalink
[INLONG-10051][Github] improve the pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
aloyszhang committed Apr 23, 2024
1 parent b3b505f commit efa9e1a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit efa9e1a

Please sign in to comment.