Commit d11ce0f 1 parent 587f8b1 commit d11ce0f Copy full SHA for d11ce0f
File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- -
2
+ ☝️ PR title should be prefixed by [Feature], [Bugfix], [Release] or [Hotfix]
3
+ -->
4
+
5
+ ### 🔗 Linked issue
6
+
7
+ <!-- Please ensure there is an open issue and mention its number as #123 -->
8
+
9
+ ### ❓ Type of change
10
+
11
+ <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->
12
+
13
+ - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations)
14
+ - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
15
+ - [ ] 👌 Enhancement (improving an existing functionality like performance)
16
+ - [ ] ✨ New feature (a non-breaking change that adds functionality)
17
+ - [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
18
+ - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
19
+
20
+ ### 📚 Description
21
+
22
+ <!-- Describe your changes in detail -->
23
+ <!-- Why is this change required? What problem does it solve? -->
24
+ <!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" -->
25
+
26
+ ### 📝 Checklist
27
+
28
+ <!-- Put an `x` in all the boxes that apply. -->
29
+ <!-- If your change requires a documentation PR, please link it appropriately -->
30
+ <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
31
+
32
+ - [ ] I have linked an issue or discussion.
33
+ - [ ] I have added tests (if possible).
34
+ - [ ] I have updated the documentation accordingly.
35
+ - [ ] I have updated the changelog.
You can’t perform that action at this time.
0 commit comments