From a4ed454a7239e1c06127de08bfc337b27d3e99c6 Mon Sep 17 00:00:00 2001 From: David Vegh Date: Fri, 29 Apr 2022 09:43:13 +0200 Subject: [PATCH] pull_request_template.md: set up a PR template resolve #6 --- .npmignore | 3 ++- pull_request_template.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pull_request_template.md diff --git a/.npmignore b/.npmignore index 763cac4..e69291e 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ src .gitignore .npmignore .prettierrc -rollup.config.js \ No newline at end of file +rollup.config.js +pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..e876f01 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,12 @@ +## Issue ticket link + +## Describe your changes + +## Type of change + +Please delete options that are not relevant. + +- [ ] Documentation update +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)