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: 23 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,26 @@ Changes proposed in this pull request:

- [ ] I've read the contributing guidelines
- [ ] I've added my name and email to the NOTICE file
- [ ] I've read the [contributing guidelines](https://github.com/AssemblyScript/assemblyscript/blob/main/CONTRIBUTING.md)
- [ ] I've added my GitHub name and email to the [NOTICE](https://github.com/AssemblyScript/assemblyscript/blob/main/NOTICE) file
- [ ] This PR was AI-assisted

<details>
<summary>If yes, you can optionally add more details:</summary></br>

- [ ] AI was used for `code`
- [ ] AI was used for `tests`
- [ ] AI was used for `documentation`
- [ ] AI was used for `PR` or `commit` text
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think(?) preferably PRs/commit messages shouldnt contain LLM-generated text, unless it's concise. LLMs seem to have a habit of making things kinda long (by default?)...

Copy link
Copy Markdown
Member Author

@MaxGraey MaxGraey Apr 18, 2026

Choose a reason for hiding this comment

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

I think for commit msg is ok for PR's comment description... yeah, I'm not fan of verbose descriptions which usually generates by LLMs

- [ ] Other (describe how it was used)
---
**LLM model:**
<!-- Example:
Claude Opus 4.6
Claude Sonnet 4.6 Extended Thinking
OpenAI Codex
OpenAI GPT-5.4 Thinking
GitHub Copilot
-->

</details>