Skip to content

Commit 2f4483b

Browse files
committed
chore: add type check to PR template
1 parent 39b9f96 commit 2f4483b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Artificial Intelligence and Large Language Models Contributions Policy
1313
1414
It is expressly forbidden to contribute material generated by
15-
AI, LLMs, and similar technologies, to the PouchDB project.
15+
AI, LLMs, and similar technologies, to the PouchDB project.
1616
This includes, but is not limited to, source code, documentation,
1717
commit messages, or any other areas of the project.
1818
@@ -40,4 +40,5 @@
4040
- [ ] This is my own work, I did not use AI, LLM's or similar technology for code or docs generation
4141
- [ ] Code is written and works correctly
4242
- [ ] Changes are covered by tests
43+
- [ ] I modified the [types](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/pouchdb) to reflect the changes, if necessary
4344
- [ ] Documentation changes were made in the `docs` folder

0 commit comments

Comments
 (0)