This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new abb1b52a [AURON-1265] Improve PR template with title/description
guidelines (#1266)
abb1b52a is described below
commit abb1b52a8e54d0a6a8dee7bbd0ac0ef10733061f
Author: Ruilei Ma <[email protected]>
AuthorDate: Wed Sep 3 20:52:03 2025 +0800
[AURON-1265] Improve PR template with title/description guidelines (#1266)
---
.github/pull_request_template.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index affb65aa..02962fb4 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,11 @@
+<!--
+Thanks for sending a pull request! Please keep the following tips in mind:
+ - Start the PR title with the related issue ID, e.g. '[AURON-XXXX] Short
summary...'.
+ - Make your PR title clear and descriptive, summarizing what this PR changes.
+ - Provide a concise example to reproduce the issue, if possible.
+ - Keep the PR description up to date with all changes.
+-->
+
# Which issue does this PR close?
<!--