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>

- [ ] AI was used for `code`
- [ ] AI was used for `tests`
- [ ] AI was used for `documentation`
- [ ] AI was used for `PR` or `commit` text
- [ ] 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>
Loading