Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ description: Report a problem with the validator app or core library.
title: "[Bug] "
body:
- type: checkboxes
id: confirmations
attributes:
label: Before you submit
options:
- label: I searched the existing issues first.
required: true
Expand Down
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
blank_issues_enabled: false

contact_links:
- name: Security vulnerability
url: https://github.com/Streamshapers/OGraf-Validator/security/advisories/new
about: Report security problems privately. Do not open a public issue.
- name: OGraf v1 specification
url: https://ograf.ebu.io/v1/specification/docs/Specification.html
about: Check the official specification before reporting a compliance problem.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ description: Suggest an improvement to OGraf Validator.
title: "[Feature] "
body:
- type: checkboxes
id: confirmations
attributes:
label: Before you submit
options:
- label: I searched the existing issues first.
required: true
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/ograf_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ description: Report a package that behaves differently from the OGraf v1 specifi
title: "[OGraf] "
body:
- type: checkboxes
id: confirmations
attributes:
label: Before you submit
options:
- label: I checked the current OGraf v1 specification.
required: true
Expand Down
Loading