1
1
<!--
2
2
Before you open a PR, be sure to read our Contribution guidelines:
3
- https://nrkno .github.io/sofie-core/docs/for-developers/contribution-guidelines
3
+ https://sofie-automation .github.io/sofie-core/ /docs/for-developers/contribution-guidelines
4
4
-->
5
5
6
6
## About the Contributor
7
+
7
8
<!--
8
9
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you.
9
10
Example: "This pull request is posted on behalf of the NRK."
10
11
-->
11
12
12
-
13
13
## Type of Contribution
14
14
15
15
This is a:
16
+
16
17
<!-- (pick one) -->
17
- Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
18
18
19
+ Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
19
20
20
21
## Current Behavior
22
+
21
23
<!--
22
24
Please describe how things worked before this PR.
23
25
If it's a bug fixe: Describe the bug (what was happening?)
24
26
-->
25
27
26
-
27
28
## New Behavior
29
+
28
30
<!--
29
31
What is the new behavior?
30
32
-->
31
33
32
-
33
34
## Testing
35
+
34
36
<!--
35
- When you add a feature, you should also provide relevant unit tests, in order to
37
+ When you add a feature, you should also provide relevant unit tests, in order to
36
38
* ensure that the feature works as expected
37
39
* ensure that the feature will continue to work in the future
38
40
-->
@@ -50,11 +52,11 @@ Examples:
50
52
* This PR affects the playout logic in general.
51
53
* This PR affects the timing calculation in the Rundown during playout.
52
54
* This PR affects the NRC/MOS integration
53
- *
55
+ *
54
56
-->
55
57
56
-
57
58
## Time Frame
59
+
58
60
<!--
59
61
Please provide a note about the urgency or development plan for this PR.
60
62
Example:
@@ -63,12 +65,12 @@ Example:
63
65
* Not urgent, but we would like to get this merged into the in-development release.
64
66
-->
65
67
66
-
67
68
## Other Information
68
- <!-- The more information you can provide, the easier the pull request will be to merge -->
69
69
70
+ <!-- The more information you can provide, the easier the pull request will be to merge -->
70
71
71
72
## Status
73
+
72
74
<!--
73
75
Before you open the PR, make sure the items below are done.
74
76
If they're not, please open the PR as a Draft.
@@ -77,4 +79,4 @@ If they're not, please open the PR as a Draft.
77
79
- [ ] PR is ready to be reviewed.
78
80
- [ ] The functionality has been tested by the author.
79
81
- [ ] Relevant unit tests has been added / updated.
80
- - [ ] Relevant documentation (code comments, [ system documentation] ( https://nrkno .github.io/sofie-core/ ) ) has been added / updated.
82
+ - [ ] Relevant documentation (code comments, [ system documentation] ( https://sofie-automation .github.io/sofie-core/ / ) ) has been added / updated.
0 commit comments