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
Please check if your PR fulfills the following requirements:
8
6
9
-
-[ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/pascal-action/CONTRIBUTING.md) doc.
7
+
-[ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-piet-action/blob/main/CONTRIBUTING.md)
8
+
doc.
10
9
-[ ] Tests for the changes have been added (for bug fixes / features).
11
10
-[ ] Docs have been reviewed and added / updated if needed (for bug fixes / features).
12
-
-[ ] Functionality was run locally and any fixes were made for failures.
13
11
14
12
## Pull request type
15
13
16
14
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
17
15
18
-
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
16
+
<!-- Please try to limit your pull request to one type, submit multiple pull
17
+
requests if needed. -->
19
18
20
19
Please check the type of change your PR introduces:
21
20
@@ -27,24 +26,34 @@ Please check the type of change your PR introduces:
27
26
-[ ] Documentation content changes
28
27
-[ ] Other (please describe):
29
28
30
-
## What is the current behavior?
31
-
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
29
+
## What is the current behavior
30
+
31
+
<!-- Please describe the current behavior that you are modifying, or link to a
32
+
relevant issue. -->
33
+
34
+
## What is the new behavior
32
35
33
-
## What is the new behavior?
34
36
<!-- Please describe the behavior or changes that are being added by this PR. -->
35
37
36
38
-
37
39
-
38
40
-
39
41
40
-
## Does this introduce a breaking change?
42
+
## Does this introduce a breaking change
41
43
42
44
-[ ] Yes
43
45
-[ ] No
44
46
45
-
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
47
+
<!-- If this introduces a breaking change, please describe the impact and
48
+
migration path for existing applications below. -->
46
49
47
50
## Other information
48
51
49
-
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
50
-
<!-- This document was adapted from the open-source [appium/appium](https://github.com/appium/appium/blob/master/.github/PULL_REQUEST_TEMPLATE.md) repository. -->
52
+
<!-- Any other information that is important to this PR such as screenshots of
53
+
how the component looks before and after the change. -->
54
+
<!-- This document was adapted from the open-source [appium/appium](https://github.com/appium/appium/blob/master/.github/PULL_REQUEST_TEMPLATE.md)
0 commit comments