-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from nrkno/chore/update-information-files
Chore/update information files
- Loading branch information
Showing
8 changed files
with
216 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Bug Report | ||
description: Use this if you've found a bug | ||
title: "Bug Report: [Short description of the bug]" | ||
labels: 🐛bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before you post, be sure to read our Contribution guidelines: | ||
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines | ||
--> | ||
|
||
## About Me | ||
<!-- | ||
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you. | ||
Example: "This issue is posted on behalf of the NRK." | ||
--> | ||
|
||
## Observed Behavior | ||
<!-- What happened? --> | ||
|
||
## Expected Behavior | ||
<!-- What did you expect to happen? --> | ||
|
||
## Version | ||
<!-- What version of Sofie Core / Gateways / other components are you using? --> | ||
|
||
## Severity / Impact | ||
<!-- | ||
How big of an issue is this? How does this limit your operations? | ||
Examples: | ||
* This is a blocker for us, we cannot use feature X until this is fixed. | ||
* Not a big issue for us, but it would be nice to have this fixed. | ||
--> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Other Issue | ||
description: Use this for other issues | ||
title: "Other: [Short description of the issue]" | ||
labels: "Other" | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before you post, be sure to read our Contribution guidelines: | ||
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines | ||
--> | ||
|
||
## About Me | ||
<!-- | ||
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you. | ||
Example: "This issue is posted on behalf of the NRK." | ||
--> | ||
|
||
## Issue | ||
<!-- Describe the issue below --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Question | ||
description: Use this if you have a question to the Sofie team | ||
title: "Question: [Short summary of the question]" | ||
labels: ❓ Question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before you post, be sure to read our Contribution guidelines: | ||
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines | ||
--> | ||
|
||
## About Me | ||
<!-- | ||
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you. | ||
Example: "This issue is posted on behalf of the NRK." | ||
--> | ||
|
||
## My Question | ||
<!-- Write your question below. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: Request for Comments | ||
description: Use this to initiate a discussion about a new feature or a larger change | ||
title: "RFC: [Short description of the feature/change]" | ||
labels: RFC, Contribution | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before you post, be sure to read our Contribution guidelines: | ||
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines | ||
--> | ||
|
||
## About Me | ||
<!-- | ||
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you. | ||
Example: "This RFC is posted on behalf of the NRK." | ||
--> | ||
|
||
## Background | ||
<!-- | ||
Please write some background information here, such as: | ||
What is your use case? | ||
What problem are you trying to solve? | ||
--> | ||
|
||
|
||
## Proposal | ||
<!-- | ||
Please describe your proposal here: | ||
--> | ||
|
||
|
||
## Status | ||
<!-- | ||
Please don't touch this section, the Sofie team will update this as the RFC progresses. | ||
--> | ||
|
||
The Sofie Team will evaluate this RFC and open up a discussion about it, usually within a week. | ||
|
||
- [x] RFC created | ||
- [ ] Sofie Team has evaluated the RFC | ||
- [ ] A workshop has been planned | ||
- [ ] RFC has been discussed in a workshop | ||
- [ ] A conclusion has been reached, see comments in thread. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!-- | ||
Before you open a PR, be sure to read our Contribution guidelines: | ||
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines | ||
--> | ||
|
||
## About the Contributor | ||
<!-- | ||
Tell us who / which organization you are representing, and how the Sofie team will be able to contact you. | ||
Example: "This pull request is posted on behalf of the NRK." | ||
--> | ||
|
||
|
||
## Type of Contribution | ||
|
||
This is a: | ||
<!-- (pick one) --> | ||
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify) | ||
|
||
|
||
## Current Behavior | ||
<!-- | ||
Please describe how things worked before this PR. | ||
If it's a bug fixe: Describe the bug (what was happening?) | ||
--> | ||
|
||
|
||
## New Behavior | ||
<!-- | ||
What is the new behavior? | ||
--> | ||
|
||
|
||
## Testing Instructions | ||
<!-- | ||
Please provide some instructions and other information for how to verify that the feature works. | ||
Examples: | ||
* "Do a Take for a part that contains an adlib, verify that the adlib plays out." | ||
* "Open the Switchboard panel and toggle a route, verify that the route toggles in the GUI." | ||
* "This feature also affects 'feature X', so that needs to be tested for regressions as well." | ||
--> | ||
|
||
|
||
## Other Information | ||
<!-- The more information you can provide, the easier the pull request will be to merge --> | ||
|
||
|
||
## Status | ||
<!-- | ||
Before you open the PR, make sure the items below are done. | ||
If they're not, please open the PR as a Draft. | ||
--> | ||
|
||
- [ ] PR is ready to be reviewed. | ||
- [ ] The functionality has been tested by the author. | ||
- [ ] Relevant unit tests has been added / updated. | ||
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# How to Contribute to this Repository | ||
|
||
Before contributing to this specific repository, please read the [Contribution Guidelines](https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines) for the Sofie project. | ||
|
||
|
||
## Branches | ||
This repository uses the following branches: | ||
|
||
* We consider the **_main_** branch to be stable, and it is used in production. | ||
|
||
We encourage you to base your contributions on the latest **_main_** branch. The [_Sofie Releases_](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# Sofie: The Modern TV News Studio Automation System (NRK Sofie Monitor) | ||
# Sofie Monitor | ||
|
||
Basic monitoring service for Sofie servers | ||
This is the _Sofie Monitor_ application of the [_**Sofie** TV Automation System_](https://github.com/nrkno/Sofie-TV-automation/). | ||
|
||
## Developer information | ||
The _Sofie Monitor_ is a basic monitoring service. | ||
|
||
Reads environment variable SOFIE_MONITOR_PORT to set another port than the default | ||
port 3000. Useful when running locally and having sofie-core running at the same time :) | ||
## Developer Information | ||
|
||
Set environment variable DEBUG=true to enable debug level logging to the console. | ||
The application reads environment variable `SOFIE_MONITOR_PORT` to set another port than the default | ||
port 3000. Useful when running locally and having [_Sofie Core_](https://github.com/nrkno/sofie-core/) running at the same time. | ||
|
||
Set enviroment variable CONTROL_SUB_DEVICES_CONFIG_PATH to the path to the path to the json file defining servers for coreControl. This is set by `yarn watch` to a example file in the repository for easy testing | ||
Set environment variable `DEBUG=true` to enable debug level logging to the console. | ||
|
||
Set enviroment variable `CONTROL_SUB_DEVICES_CONFIG_PATH` to the path of the JSON file defining servers for `coreControl`. This is set by `yarn watch` to a example file in the repository for easy testing. | ||
|
||
|
||
## General Sofie System Information | ||
* [_Sofie_ Documentation](https://nrkno.github.io/sofie-core/) | ||
* [_Sofie_ Releases](https://nrkno.github.io/sofie-core/releases) | ||
* [Contribution Guidelines](CONTRIBUTING.md) | ||
* [License](LICENSE) | ||
|
||
--- | ||
|
||
_The NRK logo is a registered trademark of Norsk rikskringkasting AS. The license does not grant any right to use, in any way, any trademarks, service marks or logos of Norsk rikskringkasting AS._ |