This is an automated email from the ASF dual-hosted git repository.
manirajv06 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 74e672bda3 [YUNIKORN-3194] Update PR template to ask about AI
contribution (#559)
74e672bda3 is described below
commit 74e672bda35d8b5c8151c2a5c7a487454012b2eb
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Jun 10 13:50:57 2026 +0530
[YUNIKORN-3194] Update PR template to ask about AI contribution (#559)
Update PR template:
* ask about AI contribution
* Check for testing performed
* Update Jira area
Closes: #559
Signed-off-by: Manikandan R <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE | 48 ++++++++++++++++++++++++-------------------
1 file changed, 27 insertions(+), 21 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 0d56d005d5..f3d777bdac 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -1,28 +1,34 @@
-### What is this PR for?
-A few sentences describing the overall goals of the pull request's commits.
-First time? Check out the contributing guide -
http://yunikorn.apache.org/community/how_to_contribute
+### Description
+Short description of this pull request, can be as simple as the commit message
used.
+First time contributing? Check out the contributing guide:
https://yunikorn.apache.org/community/how_to_contribute
-### What type of PR is it?
-* [ ] - Bug Fix
-* [ ] - Improvement
-* [ ] - Feature
-* [ ] - Documentation
-* [ ] - Hot Fix
-* [ ] - Refactoring
-### Todos
-* [ ] - Task
-### What is the Jira issue?
-* Open an issue on Jira https://issues.apache.org/jira/browse/YUNIKORN/
-* Put link here, and add [YUNIKORN-*Jira number*] in PR title, eg.
`[YUNIKORN-2] Gang scheduling interface parameters`
+### Type of change
+Please delete options that are not relevant.
-### How should this be tested?
+- [ ] Documentation
+- [ ] Improvement
+- [ ] Feature
+- [ ] Bug Fix
-### Screenshots (if appropriate)
+### Jira issue
+Jira ID : https://issues.apache.org/jira/browse/YUNIKORN-XXXXX
+
+- [ ] I have created a Jira issue for this pull request
+- [ ] The Jira ID is part of the title of this pull request
+
+### AI Tooling
+If an AI tool was used:
+- [ ] The PR includes the phrase "Generated by \<tool>", where \<tool> is the
name of the AI tool used.
+- [ ] My use of AI contributions follows the ASF legal policy.
+
+Check https://www.apache.org/legal/generative-tooling.html for details.
+
+### How Has This Been Tested?
+- [ ] `check_license.sh` returned an "all OK" result
+- [ ] `local_build.sh run` generated a usable website
+
+### Screenshots or other details
-### Questions:
-* [ ] - The licenses files need update.
-* [ ] - There is breaking changes for older versions.
-* [ ] - It needs documentation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]