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
> ℹ️ Describe the big picture of your changes here to communicate to the maintainers
2
+
why we should accept this pull request. If it fixes a bug or resolves a feature
3
+
request, be sure to link to that issue.
4
+
5
+
### `Type`
6
+
---
7
+
8
+
> ℹ️ What types of changes does your code introduce?
9
+
10
+
> _Put an `x` in the boxes that apply_
11
+
12
+
-[ ] Fix
13
+
-[ ] Perf
14
+
-[ ] Docs
15
+
-[ ] Test
16
+
-[ ] Chore
17
+
-[ ] Feature
18
+
-[ ] Refactor
19
+
20
+
### `SemVer`
21
+
---
22
+
23
+
> ℹ️ What changes to the current `semver` range does your PR introduce?
24
+
25
+
> _Put an `x` in the boxes that apply_
26
+
27
+
-[ ] Bug (:label: Patch)
28
+
-[ ] Feature (:label: Minor)
29
+
-[ ] Breaking Change (:label: Major)
30
+
31
+
### `Issues`
32
+
---
33
+
34
+
> ℹ️ What issue (if any) are closed by your PR?
35
+
36
+
> _Replace `#1` with the error number that applies_
37
+
38
+
- Fixes `#1`
39
+
40
+
### `Checklist`
41
+
---
42
+
43
+
> ℹ️ You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is a reminder of what we are going to look for before merging your code.
44
+
45
+
> _Put an `x` in the boxes that apply._
46
+
47
+
-[ ] Lint and unit tests pass with my changes
48
+
-[ ] I have added tests that prove my fix is effective/works
49
+
-[ ] I have added necessary documentation (if appropriate)
50
+
-[ ] Any dependent changes are merged and published in downstream modules
0 commit comments