Skip to content

Commit 61bb522

Browse files
committed
chore: update references to old repository names
1 parent c8d7271 commit 61bb522

9 files changed

Lines changed: 119 additions & 115 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report 🐛
22
description: Use this if you've found a bug
3-
title: "Bug Report: [Short description of the bug]"
3+
title: 'Bug Report: [Short description of the bug]'
44
labels:
55
- 🐛bug
66

@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://Sofie-Automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Other Issue 🔧
22
description: Use this for other issues
3-
title: "Other: [Short description of the issue]"
3+
title: 'Other: [Short description of the issue]'
44
labels:
55
- Other
66

@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://Sofie-Automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Question ❓
22
description: Use this if you have a question to the Sofie team
3-
title: "Question: [Short summary of the question]"
3+
title: 'Question: [Short summary of the question]'
44
labels:
55
- ❓ Question
66

@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://Sofie-Automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Request for Comments ❗
22
description: Use this to initiate a discussion about a new feature or a larger change
3-
title: "RFC: [Short description of the feature/change]"
3+
title: 'RFC: [Short description of the feature/change]'
44
labels:
55
- RFC
66
- Contribution
@@ -10,7 +10,7 @@ body:
1010
attributes:
1111
value: |
1212
Before you post, be sure to read our Contribution guidelines:
13-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
13+
https://Sofie-Automation.github.io/sofie-core/docs/for-developers/contribution-guidelines
1414
1515
- type: textarea
1616
attributes:
@@ -23,7 +23,7 @@ body:
2323
- type: textarea
2424
attributes:
2525
label: Use case
26-
description: "Please write some background information here, such as: What is your use case? What problem are you trying to solve?"
26+
description: 'Please write some background information here, such as: What is your use case? What problem are you trying to solve?'
2727
validations:
2828
required: true
2929

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
11
<!--
22
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
44
-->
55

66
## About the Contributor
7+
78
<!--
89
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you.
910
Example: "This pull request is posted on behalf of the NRK."
1011
-->
1112

12-
1313
## Type of Contribution
1414

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

19+
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
1920

2021
## Current Behavior
22+
2123
<!--
2224
Please describe how things worked before this PR.
2325
If it's a bug fixe: Describe the bug (what was happening?)
2426
-->
2527

26-
2728
## New Behavior
29+
2830
<!--
2931
What is the new behavior?
3032
-->
3133

32-
3334
## Testing Instructions
35+
3436
<!--
3537
Please provide some instructions and other information for how to verify that the feature works.
3638
Examples:
@@ -39,12 +41,12 @@ Examples:
3941
* "This feature also affects 'feature X', so that needs to be tested for regressions as well."
4042
-->
4143

42-
4344
## Other Information
44-
<!-- The more information you can provide, the easier the pull request will be to merge -->
4545

46+
<!-- The more information you can provide, the easier the pull request will be to merge -->
4647

4748
## Status
49+
4850
<!--
4951
Before you open the PR, make sure the items below are done.
5052
If they're not, please open the PR as a Draft.
@@ -53,4 +55,4 @@ If they're not, please open the PR as a Draft.
5355
- [ ] PR is ready to be reviewed.
5456
- [ ] The functionality has been tested by the author.
5557
- [ ] Relevant unit tests has been added / updated.
56-
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.
58+
- [ ] Relevant documentation (code comments, [system documentation](https://Sofie-Automation.github.io/sofie-core/)) has been added / updated.

0 commit comments

Comments
 (0)