forked from CasparCG/server
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream/v2.4.x' into master
- Loading branch information
Showing
344 changed files
with
3,438 additions
and
68,668 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,49 @@ | ||
name: Bug report 🐛 | ||
description: Use this if you've found a bug | ||
title: "Bug: [Short description of the bug]" | ||
labels: | ||
- type/bug | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before you post, make sure to check for existing bug reports of the issue: | ||
https://github.com/CasparCG/server/issues?q=+is%3Aissue+label%3Atype%2Fbug | ||
- type: textarea | ||
attributes: | ||
label: Observed Behavior | ||
description: What happened? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behaviour | ||
description: What did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: How can we reproduce the issue? | ||
value: | | ||
1. | ||
2. | ||
3. ... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: What version of CasparCG and OS are you using? | ||
value: | | ||
* Commit: [e.g. ab1234c] | ||
* Server version: [e.g. v2.2] | ||
* Operating system: [e.g. Windows 10] | ||
validations: | ||
required: true | ||
|
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question or need help? | ||
url: https://casparcgforum.org/ | ||
about: Ask the community here. |
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: | ||
- type/enhancement | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before you post, make sure to check for existing matching feature requests: | ||
https://github.com/CasparCG/server/issues?q=+is%3Aissue+label%3Atype%2Fbug | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: How should the feature/enhancement work? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Solution suggestion | ||
description: If you have any suggestions on how the solution should work, add that here. |
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
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
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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.