From ac1fce7bf50f789660fafb673f1b2dbca122409b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 23 Apr 2026 10:43:23 +0200 Subject: [PATCH 1/2] Create PR template for contributor guidelines Added a pull request template to guide contributors in providing necessary context and disclosures. Signed-off-by: Jan Kowalleck --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..d16c11c7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,39 @@ + + +### Description + + +A clear and concise summary of the change and which issue (if any) it fixes. Should also include relevant motivation and context. + +Resolves or fixes issue: + +### AI Tool Disclosure + +- [ ] My contribution does not include any AI-generated content +- [ ] My contribution includes AI-generated content, as disclosed below: + - AI Tools: `[e.g. GitHub CoPilot, ChatGPT, JetBrains Junie etc.]` + - LLMs and versions: `[e.g. GPT-4.1, Claude Haiku 4.5, Gemini 2.5 Pro etc.]` + - Prompts: `[Summarize the key prompts or instructions given to the AI tools]` + +### Affirmation + +- [ ] My code follows the [CONTRIBUTING.md](https://github.com/CycloneDX/cyclonedx-python/blob/main/CONTRIBUTING.md) guidelines From c6f3a635af27dd2778e20cef254b424e3d35a1d2 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 23 Apr 2026 10:44:24 +0200 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Jan Kowalleck --- .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 d16c11c7..88b2fa11 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,4 +36,4 @@ Resolves or fixes issue: