Skip to content

Commit e834724

Browse files
authored
add a PR template that links to the contribution guidelines (#3035)
1 parent f2c578f commit e834724

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ preparing a pull request please follow these guidelines:
5252
not babeled. When using newer EcmaScript or Browser APIs make sure the required polyfills are listed in
5353
`src/polyfills.js`.
5454
- 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.
5556
- For the commit message, follow these guidelines:
5657
- Use the present tense ("Add feature" not "Added feature")
5758
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")

0 commit comments

Comments
 (0)