Skip to content
Merged
Changes from 2 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
14 changes: 10 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<!--
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/

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

- [ ] 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
* Remember to *test the cheatsheet manually* if you've added a new action,
modifier, or scope -- or changed any Talon files.

-->

## Release notes
Loading