github: issue template formatting
Wrap lines at ~80 characters, add space after subjects in title
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
---
|
---
|
||||||
name: Legacy Olive 0.1.x issue ⛔
|
name: Legacy Olive 0.1.x issue ⛔
|
||||||
about: Olive 0.1 is no longer supported and issues made about it will be automatically closed.
|
about: >-
|
||||||
title: "[UNSUPPORTED]"
|
Olive 0.1 is no longer supported and issues made about it will be
|
||||||
labels: "Legacy (Unsupported)"
|
automatically closed.
|
||||||
|
title: '[UNSUPPORTED] '
|
||||||
|
labels: 'Legacy (Unsupported)'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
# Olive 0.1 is unsupported
|
# Olive 0.1 is unsupported
|
||||||
|
|
||||||
Unfortunately no one is supporting Olive 0.1 at this time. Any reports pertaining to it will be
|
Unfortunately no one is supporting Olive 0.1 at this time. Any reports
|
||||||
closed to keep the issue tracker focused on supported versions.
|
pertaining to it will be closed to keep the issue tracker focused on supported
|
||||||
|
versions.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Crash
|
name: Crash
|
||||||
about: Report a fatal crash that resulted in Olive unexpectedly closing.
|
about: Report a fatal crash that resulted in Olive unexpectedly closing.
|
||||||
title: "[CRASH]"
|
title: '[CRASH] '
|
||||||
labels: "Crash, Triage"
|
labels: 'Crash, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Build/Packaging
|
name: Build/Packaging
|
||||||
about: Report an issue related to compiling or packaging (including continuous integration). Note that we do not officially support custom build configurations and may choose not to address issues involving them.
|
about: >-
|
||||||
title: "[BUILD]"
|
Report an issue related to compiling or packaging (including nightly builds /
|
||||||
labels: "Building/Packaging, Triage"
|
continuous integration). Note that we do not officially support custom build
|
||||||
|
configurations and may choose not to address issues involving them.
|
||||||
|
title: '[BUILD] '
|
||||||
|
labels: 'Building/Packaging, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Disk Cache
|
name: Disk Cache
|
||||||
about: Report an issue related to the disk cache system, including failure to cache, frames being set to appear at the wrong time, disk space or memory usage issues, etc.
|
about: >-
|
||||||
title: "[CACHE]"
|
Report an issue related to the disk cache system, including failure to cache,
|
||||||
labels: "Disk Cache, Triage"
|
frames being set to appear at the wrong time, disk space or memory usage
|
||||||
|
issues, etc.
|
||||||
|
title: '[CACHE] '
|
||||||
|
labels: 'Disk Cache, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Codec
|
name: Codec
|
||||||
about: Report an issue related to codec handling, including importing footage or any footage usage issues while editing.
|
about: >-
|
||||||
title: "[CODEC]"
|
Report an issue related to codec handling, including importing footage or any
|
||||||
labels: "Codec, Triage"
|
footage usage issues while editing.
|
||||||
|
title: '[CODEC] '
|
||||||
|
labels: 'Codec, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Color Management
|
name: Color Management
|
||||||
about: Report an issue related to the management of pixels and color, including inaccurate results, color inconsistencies, etc.
|
about: >-
|
||||||
title: "[COLOR]"
|
Report an issue related to the management of pixels and color, including
|
||||||
labels: "Color Management, Triage"
|
inaccurate results, color inconsistencies, etc.
|
||||||
|
title: '[COLOR] '
|
||||||
|
labels: 'Color Management, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Timeline/Editing
|
name: Timeline/Editing
|
||||||
about: Report an issue related to the overall editing experience, including usage of the timeline, interchange, synchronization, multi-camera support, etc.
|
about: >-
|
||||||
title: "[EDIT]"
|
Report an issue related to the overall editing experience, including usage of
|
||||||
labels: "Timeline/Editing, Triage"
|
the timeline, interchange, synchronization, multi-camera support, etc.
|
||||||
|
title: '[EDIT] '
|
||||||
|
labels: 'Timeline/Editing, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Export
|
name: Export
|
||||||
about: Report an issue related to exporting videos from Olive, including errors while exporting, issues with the resulting video, etc.
|
about: >-
|
||||||
title: "[EXPORT]"
|
Report an issue related to exporting videos from Olive, including errors
|
||||||
labels: "Export, Triage"
|
while exporting, issues with the resulting video, etc.
|
||||||
|
title: '[EXPORT] '
|
||||||
|
labels: 'Export, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Node/Compositing
|
name: Node/Compositing
|
||||||
about: Report an issue related to the node-based compositing system, including node graph usability issues, issues working with node effects, issues with composited output, etc.
|
about: >-
|
||||||
title: "[NODES]"
|
Report an issue related to the node-based compositing system, including node graph
|
||||||
labels: "Nodes/Compositing, Triage"
|
usability issues, issues working with node effects, issues with composited output, etc.
|
||||||
|
title: '[NODES] '
|
||||||
|
labels: 'Nodes/Compositing, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Playback
|
name: Playback
|
||||||
about: Report an issue related to the playback of video or audio, including laggy or inconsistent playback, failure to playback, etc.
|
about: >-
|
||||||
title: "[PLAYBACK]"
|
Report an issue related to the playback of video or audio, including laggy or
|
||||||
labels: "Playback, Triage"
|
inconsistent playback, failure to playback, etc.
|
||||||
|
title: '[PLAYBACK] '
|
||||||
|
labels: 'Playback, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Project Management
|
name: Project Management
|
||||||
about: Report an issue related to project management, including working with and organizing imported files.
|
about: >-
|
||||||
title: "[PROJECT]"
|
Report an issue related to project management, including working with and
|
||||||
labels: "Project, Triage"
|
organizing imported files.
|
||||||
|
title: '[PROJECT] '
|
||||||
|
labels: 'Project, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Renderer
|
name: Renderer
|
||||||
about: Report an issue related to rendering, including corrupted frames, incorrect render results, unexpected black or white frames, etc.
|
about: >-
|
||||||
title: "[RENDER]"
|
Report an issue related to rendering, including corrupted frames, incorrect
|
||||||
labels: "Renderer, Triage"
|
render results, unexpected black or white frames, etc.
|
||||||
|
title: '[RENDER] '
|
||||||
|
labels: 'Renderer, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: User Interface
|
name: User Interface
|
||||||
about: Report an issue related to general user interface usability, including behavior issues, usability issues, look and feel, etc.
|
about: >-
|
||||||
title: "[UI]"
|
Report an issue related to general user interface usability, including
|
||||||
labels: "User Interface, Triage"
|
behavior issues, usability issues, look and feel, etc.
|
||||||
|
title: '[UI] '
|
||||||
|
labels: 'User Interface, Triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
**Commit Hash** <!-- 8 character string of letters/numbers in title bar (e.g. 3ea173c9) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user