You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text.
2
+
3
+
Your Pull Request name should start with one of the following tags
4
+
feat: Adding a new feature
5
+
refactor: A code change that doesn't change behavior (it doesn't add anything and doesn't fix anything)
6
+
fix: For bug fixes that affect the end-user
7
+
chore: For small tasks
8
+
docs: For documentation
9
+
ci: For updating CI configuration
10
+
test: For adding tests
11
+
i18n: For updating any translations
12
+
regression: Issues created/reported/fixed during the development phase. kind of problem that never existed in production and that we don't need to list in a changelog for the end user
13
+
-->
14
+
15
+
## Proposed changes
16
+
<!--
17
+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
18
+
If it fixes a bug or resolves a feature request, be sure to link to that issue below.
19
+
-->
20
+
21
+
## Issue(s)
22
+
<!-- Link the issues being closed by or related to this PR. For example, you can use #333 if this PR closes issue number 333 -->
23
+
24
+
## Steps to test or reproduce
25
+
<!-- Mention how you would reproduce the bug if not mentioned on the issue page already. -->
0 commit comments