Skip to content

Commit bcd9900

Browse files
update contributing guidelines (#3341)
1 parent e2d687c commit bcd9900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ preparing a pull request please follow these guidelines:
4646

4747
- You can find instructions for building and testing jsPDF [below](#building-and-testing-jspdf)
4848
- Make sure to cover new features or bugs with test cases. Test cases should be as small as possible.
49+
- Add new or update types in `types/index.d.ts`.
4950
- Make sure to follow the PDF specification. JsPDF currently implements part of the PDF 1.3 specification.
5051
- Make sure all tests are green before committing (`npm run test-local`)
5152
- You may now (and should!) use modern JavaScript everywhere. The build step will transpile it. Most of the sources

0 commit comments

Comments
 (0)