sentencesmithing

This commit is contained in:
clavin
2026-03-31 16:13:43 -07:00
parent d8899198d6
commit fdab211920

View File

@@ -14,9 +14,9 @@ NOTE: PRs submitted that do not follow this template will be automatically close
#### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ] built and tested
- [ ] PR description filled out
- [ ] [reviewed and verified the changes](https://github.com/electron/governance/blob/main/policy/ai.md)
- [ ] I have built and tested this change
- [ ] I have filled out the PR description
- [ ] [I have reviewed and verified the changes](https://github.com/electron/governance/blob/main/policy/ai.md)
- [ ] `npm test` passes
- [ ] tests are [changed or added](https://github.com/electron/electron/blob/main/docs/development/testing.md)
- [ ] relevant API documentation, tutorials, and examples are updated and follow the [documentation style guide](https://github.com/electron/electron/blob/main/docs/development/style-guide.md)