This is an automated email from the ASF dual-hosted git repository.
richox 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 9f03d949 Update PR title guideline to use [AURON #XXXX] format (#1321)
9f03d949 is described below
commit 9f03d9498163584ea64e2481a1fea84f89eb3757
Author: Ruilei Ma <[email protected]>
AuthorDate: Mon Sep 22 17:41:05 2025 +0800
Update PR title guideline to use [AURON #XXXX] format (#1321)
---
.github/pull_request_template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 02962fb4..c9b2022b 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,6 @@
<!--
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...'.
+ - 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.