This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new a699b44  chore: add pull request template (#89)
a699b44 is described below

commit a699b444a95069e2ae41a720b888d3c8444db135
Author: Shiyan Xu <[email protected]>
AuthorDate: Wed Jul 24 00:53:19 2024 -0500

    chore: add pull request template (#89)
---
 .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++
 .licenserc.yaml                  |  1 +
 2 files changed, 15 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..4207580
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+## Description
+
+<!--- Describe your changes in detail -->
+
+<!--- If it fixes an open issue, please link to the issue here. -->
+
+<!--- Please link any related issues and PRs as well. -->
+
+## How are the changes test-covered
+
+- [ ] N/A
+- [ ] Automated tests (unit and/or integration tests)
+- [ ] Manual tests
+  - [ ] Details are described below
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 719fa0b..6944374 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -24,6 +24,7 @@ header:
     - 'LICENSE'
     - 'NOTICE'
     - '**/data/**'
+    - '.github/PULL_REQUEST_TEMPLATE.md'
 
   comment: on-failure
 

Reply via email to