Skip to content

Commit 956d615

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent d186ad6 commit 956d615

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!--
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
4+
-->
5+
6+
## About the Contributor
7+
<!--
8+
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you.
9+
Example: "This pull request is posted on behalf of the NRK."
10+
-->
11+
12+
13+
## Type of Contribution
14+
15+
This is a:
16+
<!-- (pick one) -->
17+
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
18+
19+
20+
## Current Behavior
21+
<!--
22+
Please describe how things worked before this PR.
23+
If it's a bug fixe: Describe the bug (what was happening?)
24+
-->
25+
26+
27+
## New Behavior
28+
<!--
29+
What is the new behavior?
30+
-->
31+
32+
33+
## Testing Instructions
34+
<!--
35+
Please provide some instructions and other information for how to verify that the feature works.
36+
Examples:
37+
* "Do a Take for a part that contains an adlib, verify that the adlib plays out."
38+
* "Open the Switchboard panel and toggle a route, verify that the route toggles in the GUI."
39+
* "This feature also affects 'feature X', so that needs to be tested for regressions as well."
40+
-->
41+
42+
43+
## Other Information
44+
<!-- The more information you can provide, the easier the pull request will be to merge -->
45+
46+
47+
## Status
48+
<!--
49+
Before you open the PR, make sure the items below are done.
50+
If they're not, please open the PR as a Draft.
51+
-->
52+
53+
- [ ] PR is ready to be reviewed.
54+
- [ ] The functionality has been tested by the author.
55+
- [ ] Relevant unit tests has been added / updated.
56+
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.

0 commit comments

Comments
 (0)