diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..ab1ef5b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
+<!-- Before creating an issue please make sure you are using the latest version of style-loader. -->
+
+**Do you want to request a *feature* or report a *bug*?**
+<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. -->
+
+**What is the current behavior?**
+
+**If the current behavior is a bug, please provide the steps to reproduce.**
+<!-- A great way to do this is to provide your configuration via a GitHub gist. -->
+
+**What is the expected behavior?**
+
+**If this is a feature request, what is motivation or use case for changing the behavior?**
+
+**Please mention other relevant information such as your webpack version, Node.js version and Operating System.**
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..77e6835
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,18 @@
+<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
+
+**What kind of change does this PR introduce?**
+<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
+
+**Did you add tests for your changes?**
+
+**If relevant, did you update the README?**
+
+**Summary**
+
+<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
+<!-- Try to link to an open issue for more information. -->
+
+**Does this PR introduce a breaking change?**
+<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
+
+**Other information**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 966faba..9254480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,13 +6,6 @@
 
 * also support passed ES modules from `css-loader` in addition to CommonJS format ([#47](https://github.com/vuejs/vue-style-loader/issues/47)) ([8b584bd](https://github.com/vuejs/vue-style-loader/commit/8b584bd))
 * es module interop in HMR code ([8bc2fe3](https://github.com/vuejs/vue-style-loader/commit/8bc2fe3))
-* fix addStyleShadow when same style object is inserted multiple times ([12846a6](https://github.com/vuejs/vue-style-loader/commit/12846a6))
-* fix inconsistent hashes between Windows and POSIX systems ([#28](https://github.com/vuejs/vue-style-loader/issues/28)) ([cf8b6e8](https://github.com/vuejs/vue-style-loader/commit/cf8b6e8))
-
-
-### Features
-
-* support vue-loader 15 ([0c7ee9d](https://github.com/vuejs/vue-style-loader/commit/0c7ee9d))
 
 
 
diff --git a/debian/changelog b/debian/changelog
index 5cd9ec8..3c064d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-vue-style-loader (4.1.3+git20210303.1.c368cc0-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 17 Apr 2022 11:22:16 -0000
+
 node-vue-style-loader (4.1.3-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/babel7-compat.patch b/debian/patches/babel7-compat.patch
index 7b1a1bf..c145445 100644
--- a/debian/patches/babel7-compat.patch
+++ b/debian/patches/babel7-compat.patch
@@ -1,7 +1,9 @@
 Description: Babel7 compat
  Use babel 7 equivalent
---- a/.babelrc
-+++ b/.babelrc
+Index: node-vue-style-loader/.babelrc
+===================================================================
+--- node-vue-style-loader.orig/.babelrc
++++ node-vue-style-loader/.babelrc
 @@ -1,3 +1,3 @@
  {
 -  "plugins": ["transform-es2015-modules-commonjs"]
diff --git a/debian/patches/fix-test.patch b/debian/patches/fix-test.patch
index 2beb723..b0d37e9 100644
--- a/debian/patches/fix-test.patch
+++ b/debian/patches/fix-test.patch
@@ -5,8 +5,10 @@ Bug-Debian: https://bugs.debian.org/997579
 Forwarded: no
 Last-Update: 2021-10-24
 
---- a/test/test.js
-+++ b/test/test.js
+Index: node-vue-style-loader/test/test.js
+===================================================================
+--- node-vue-style-loader.orig/test/test.js
++++ node-vue-style-loader/test/test.js
 @@ -1,3 +1,7 @@
 +/**
 + * @jest-environment jsdom