Skip to content

Commit 7a10400

Browse files
Removed checklist and added comment to pull request template (#2802)
## 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 --------- Co-authored-by: Phil Cohen <[email protected]>
1 parent 21d78d5 commit 7a10400

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
<!--
2+
Thanks for your change!
13
4+
* Remember to *add tests* if you have added a new feature, or fixed a bug.
5+
Use the test case recorder: https://www.cursorless.org/docs/contributing/test-case-recorder
6+
7+
* Remember to *update the docs* if you've added a new feature.
8+
Link: https://github.com/cursorless-dev/cursorless/tree/main/docs
9+
10+
* Remember to *test the cheatsheet manually* if you've added a new action,
11+
modifier, or scope -- or changed any Talon files.
12+
-->
213

3-
## Checklist
414

5-
- [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
6-
- [ ] 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)
7-
- [ ] I have not broken the cheatsheet
815

916
## Release notes

0 commit comments

Comments
 (0)