Skip to content
Merged
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
15 changes: 11 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<!--
Thanks for your change!

* Remember to *add tests* if you have added a new feature, or fixed a bug.
Use the test case recorder: https://www.cursorless.org/docs/contributing/test-case-recorder

* Remember to *update the docs* if you've added a new feature.
Link: https://github.com/cursorless-dev/cursorless/tree/main/docs

* Remember to *test the cheatsheet manually* if you've added a new action,
modifier, or scope -- or changed any Talon files.
-->

## Checklist

- [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [ ] I have not broken the cheatsheet

## Release notes
Loading