From 614104856e0a9c732cf4175618860f177f18c356 Mon Sep 17 00:00:00 2001 From: Lukas Hollaender Date: Fri, 11 Dec 2020 10:40:29 +0100 Subject: [PATCH] add a PR template that links to the contribution guidelines --- .github/pull_request_template.md | 3 +++ CONTRIBUTING.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..9b9d73e98 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +Thanks for contributing to jsPDF! Please follow our +[Contribution Guidelines](https://github.com/MrRio/jsPDF/blob/master/CONTRIBUTING.md#pull-requests) +when creating a pull request. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c541556fc..24c33d09a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,6 +52,7 @@ preparing a pull request please follow these guidelines: not babeled. When using newer EcmaScript or Browser APIs make sure the required polyfills are listed in `src/polyfills.js`. - Run `npm run prettier` before committing. +- Don't update the files in `dist` in regular pull requests. These are usually only updated when creating a new release. - For the commit message, follow these guidelines: - Use the present tense ("Add feature" not "Added feature") - Use the imperative mood ("Move cursor to..." not "Moves cursor to...")