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