Skip to content

Commit 85ed765

Browse files
chmoueltheakshaypant
authored andcommitted
docs: simplify the pull request template
Removed redundant Jira link section and condensed the AI assistance checklist to reduce template noise. Updated the AI usage guidelines to emphasize responsibility and ownership when using generated code.
1 parent 3ab1ff8 commit 85ed765

File tree

1 file changed

+14
-32
lines changed

1 file changed

+14
-32
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## 📝 Description of the Change
22

3-
## 👨🏻‍ Linked Jira
4-
5-
<!-- <https://issues.redhat.com/browse/SRVKP-> -->
6-
73
## 🔗 Linked GitHub Issue
84

95
Fixes #
@@ -20,41 +16,27 @@ Fixes #
2016

2117
## 🤖 AI Assistance
2218

23-
- [ ] I have not used any AI assistance for this PR.
24-
- [ ] I have used AI assistance for this PR.
25-
26-
If you have used AI assistance, please provide the following details:
27-
28-
**Which LLM was used?**
19+
AI assistance can be used for various tasks, such as code generation,
20+
documentation, or testing.
2921

30-
- [ ] GitHub Copilot
31-
- [ ] ChatGPT (OpenAI)
32-
- [ ] Claude (Anthropic)
33-
- [ ] Cursor
34-
- [ ] Gemini (Google)
35-
- [ ] Other: ____________
22+
Please indicate whether you have used AI assistance
23+
for this PR and provide details if applicable.
3624

37-
**Extent of AI Assistance:**
38-
39-
- [ ] Documentation and research only
40-
- [ ] Unit tests or E2E tests only
41-
- [ ] Code generation (parts of the code)
42-
- [ ] Full code generation (most of the PR)
43-
- [ ] PR description and comments
44-
- [ ] Commit message(s)
25+
- [ ] I have not used any AI assistance for this PR.
26+
- [ ] I have used AI assistance for this PR.
4527

4628
> [!IMPORTANT]
47-
> If the majority of the code in this PR was generated by an AI, please add a `Co-authored-by` trailer to your commit message.
29+
>
30+
> **Slop will be simply rejected**, if you are using AI assistance you need to make sure you
31+
> understand the code generated and that it meets the project's standards. you
32+
> need at least know how to run the code and deploy it (if needed). See
33+
> [startpaac](https://github.com/openshift-pipelines/startpaac) to make it easy
34+
> to deploy and test your code changes.
35+
>
36+
> If the **majority of the code** in this PR was generated by an AI, please add a `Co-authored-by` trailer to your commit message.
4837
> For example:
4938
>
50-
> Co-authored-by: Gemini <gemini@google.com>
51-
> Co-authored-by: ChatGPT <noreply@chatgpt.com>
5239
> Co-authored-by: Claude <noreply@anthropic.com>
53-
> Co-authored-by: Cursor <noreply@cursor.com>
54-
> Co-authored-by: Copilot <Copilot@users.noreply.github.com>
55-
>
56-
> **💡You can use the script `./hack/add-llm-coauthor.sh` to automatically add
57-
> these co-author trailers to your commits.
5840
5941
## ✅ Submitter Checklist
6042

0 commit comments

Comments
 (0)