Skip to content

Commit

Permalink
update contributing guidelines (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtorres314 committed Dec 17, 2021
1 parent e2d687c commit bcd9900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ preparing a pull request please follow these guidelines:

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

0 comments on commit bcd9900

Please sign in to comment.