We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc164f9 + a4ed454 commit d498be6Copy full SHA for d498be6
.npmignore
@@ -4,4 +4,5 @@ src
4
.gitignore
5
.npmignore
6
.prettierrc
7
-rollup.config.js
+rollup.config.js
8
+pull_request_template.md
pull_request_template.md
@@ -0,0 +1,12 @@
1
+## Issue ticket link
2
+
3
+## Describe your changes
+## Type of change
+Please delete options that are not relevant.
9
+- [ ] Documentation update
10
+- [ ] Bug fix (non-breaking change which fixes an issue)
11
+- [ ] New feature (non-breaking change which adds functionality)
12
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
0 commit comments