We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d687c commit bcd9900Copy full SHA for bcd9900
CONTRIBUTING.md
@@ -46,6 +46,7 @@ preparing a pull request please follow these guidelines:
46
47
- You can find instructions for building and testing jsPDF [below](#building-and-testing-jspdf)
48
- 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`.
50
- Make sure to follow the PDF specification. JsPDF currently implements part of the PDF 1.3 specification.
51
- Make sure all tests are green before committing (`npm run test-local`)
52
- You may now (and should!) use modern JavaScript everywhere. The build step will transpile it. Most of the sources
0 commit comments