2
2
3
3
Please check if your PR fulfills the following requirements:
4
4
5
- - [ ] The commit message follows our guidelines: https://github.com/JsDaddy/ngx-mask/blob/develop/CONTRIBUTING.md#commit
6
- - [ ] Tests for the changes have been added (for bug fixes / features)
7
- - [ ] Docs have been added / updated (for bug fixes / features)
5
+ - [ ] The commit message follows our guidelines: https://github.com/JsDaddy/ngx-mask/blob/develop/CONTRIBUTING.md#commit
6
+ - [ ] Tests for the changes have been added (for bug fixes / features)
7
+ - [ ] Docs have been added / updated (for bug fixes / features)
8
8
9
9
## PR Type
10
10
11
11
What kind of change does this PR introduce?
12
12
13
13
<!-- Please check the one that applies to this PR using "x". -->
14
14
15
- - [ ] Bugfix
16
- - [ ] Feature
17
- - [ ] Code style update (formatting, local variables)
18
- - [ ] Refactoring (no functional changes, no api changes)
19
- - [ ] Build related changes
20
- - [ ] CI related changes
21
- - [ ] Documentation content changes
22
- - [ ] Other... Please describe:
15
+ - [ ] Bugfix
16
+ - [ ] Feature
17
+ - [ ] Code style update (formatting, local variables)
18
+ - [ ] Refactoring (no functional changes, no api changes)
19
+ - [ ] Build related changes
20
+ - [ ] CI related changes
21
+ - [ ] Documentation content changes
22
+ - [ ] Other... Please describe:
23
23
24
24
## What is the current behavior?
25
25
@@ -31,8 +31,8 @@ Issue Number: N/A
31
31
32
32
## Does this PR introduce a breaking change?
33
33
34
- - [ ] Yes
35
- - [ ] No
34
+ - [ ] Yes
35
+ - [ ] No
36
36
37
37
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
38
38
0 commit comments