Skip to content

Commit 22ec576

Browse files
authored
chore: add a note on time frame to PR template (Sofie-Automation#1148)
* chore: add a note on time frame to PR template * chore: add Level of Involvement question to the Bug Report form
1 parent d3245d8 commit 22ec576

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body:
88
- type: markdown
99
attributes:
1010
value: |
11+
Thanks for considering to post a Bug Report!
12+
The Bug Reports are used to raise awareness of issues in the Sofie system,
13+
and to help the community to collaborate in troubleshooting and fixing them.
14+
1115
Before you post, be sure to read our Contribution guidelines:
1216
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
1317
@@ -48,3 +52,12 @@ body:
4852
Examples:
4953
* This is a blocker for us, we cannot use feature X until this is fixed.
5054
* Not a big issue for us, but it would be nice to have this fixed.
55+
56+
- type: textarea
57+
attributes:
58+
label: Level of Involvement
59+
description: Are you willing to contribute a fix for this yourself? Or are you just raising awareness?
60+
placeholder: |
61+
Examples:
62+
* I am willing to contribute a fix for this - if I get some guidance on what might be wrong.
63+
* Just raising awareness, I won't be able to contribute a fix myself.

.github/PULL-REQUEST-TEMPLATE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Example: "This pull request is posted on behalf of the NRK."
1212

1313
## Type of Contribution
1414

15-
This is a:
15+
This is a:
1616
<!-- (pick one) -->
1717
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
1818

@@ -40,6 +40,16 @@ Examples:
4040
-->
4141

4242

43+
## Time Frame
44+
<!--
45+
Please provide a note about the urgency or development plan for this PR.
46+
Example:
47+
* This Bug Fix is critical for us, please review and merge it as soon as possible.
48+
* We intend to finish the development on this feature in two weeks time.
49+
* Not urgent, but we would like to get this merged into the in-development release.
50+
-->
51+
52+
4353
## Other Information
4454
<!-- The more information you can provide, the easier the pull request will be to merge -->
4555

0 commit comments

Comments
 (0)