Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Description

_What problem does this PR solve, why is it needed, and how did you solve it? Link any related issues._

## Testing

_How did you verify this change? Are there any sharp edges that you're unsure about?_

## LLM Assistance Disclosure

_Per the [Contribution overview — LLM Assistance Notice](https://www.pantsbuild.org/stable/docs/contributions#llm-assistance-notice), disclose any use of AI/LLM assistance in writing, introspecting, reading, reasoning about, debugging, or testing this change._

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://tombedor.dev/human-attention-and-human-effort/

I find this post to say what I think on this subject.


<!--
If you used an LLM, describe how. Examples from our policy:

- "This PR was written primarily by Claude Code."
- "ChatGPT looked for prior art and came up with the approach but I wrote the code manually."
- "I used an LLM to generate all of the test cases first, and then I wrote the code."

You may also use inline PR comments to call out specific LLM-assisted parts.
-->

## Release notes

_If this change needs release notes, add or update entries under `docs/notes/`. Otherwise, a maintainer can label the PR with `release-notes:not-required`._

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just link the versioned file here for current release?

If we have an AI skill in place for doing "next version" procedure, then the skill can have the instruction to advance the version.

Loading