File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ Thanks for contributing to jsPDF! Please follow our
2
+ [ Contribution Guidelines] ( https://github.com/MrRio/jsPDF/blob/master/CONTRIBUTING.md#pull-requests )
3
+ when creating a pull request.
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ preparing a pull request please follow these guidelines:
52
52
not babeled. When using newer EcmaScript or Browser APIs make sure the required polyfills are listed in
53
53
` src/polyfills.js ` .
54
54
- Run ` npm run prettier ` before committing.
55
+ - Don't update the files in ` dist ` in regular pull requests. These are usually only updated when creating a new release.
55
56
- For the commit message, follow these guidelines:
56
57
- Use the present tense ("Add feature" not "Added feature")
57
58
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
You can’t perform that action at this time.
0 commit comments