diff --git a/.github/ISSUE_TEMPLATE/00-olive_unsupported.md b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md index 3692c3d01..1fda19cea 100644 --- a/.github/ISSUE_TEMPLATE/00-olive_unsupported.md +++ b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md @@ -1,14 +1,13 @@ --- -name: Unsupported Olive 0.1.X Version -about: Reports for Olive 0.1.X are unsupported. Do not post them. -title: "[GARBAGE]" -labels: "GARBAGE" +name: Legacy Olive 0.1.x issue +about: Olive 0.1 is no longer supported and issues made about it will be automatically closed. +title: "[UNSUPPORTED]" +labels: "Legacy (Unsupported)" assignees: '' --- -# Not Supporting Olive 0.1.X In Any Way -Please do not post any issue regarding Olive 0.1.X. Submitting to this -issue template may result in a permanent ban from this issue tracker. +# Olive 0.1 is unsupported -**All reports regarding Olive 0.1.X will be closed immediately.** +Unfortunately no one is supporting Olive 0.1 at this time. Any reports pertaining to it will be +closed to keep the issue tracker focused on supported versions. diff --git a/.github/ISSUE_TEMPLATE/1-crash_issue.md b/.github/ISSUE_TEMPLATE/1-crash_issue.md index a6557c53c..c05544838 100644 --- a/.github/ISSUE_TEMPLATE/1-crash_issue.md +++ b/.github/ISSUE_TEMPLATE/1-crash_issue.md @@ -1,8 +1,8 @@ --- -name: Crash Related -about: Crash related +name: Crash +about: Report a fatal crash that resulted in Olive unexpectedly closing. title: "[CRASH]" -labels: "CRASH, TRIAGE" +labels: "Crash, Triage" assignees: '' --- @@ -12,4 +12,8 @@ assignees: '' **Summary** -**Additional Information / Output / Backtrace** \ No newline at end of file +**Steps to Reproduce** + +**Backtrace** + +**Additional Information** diff --git a/.github/ISSUE_TEMPLATE/50-audioio_issue.md b/.github/ISSUE_TEMPLATE/50-audioio_issue.md deleted file mode 100644 index 30888ed6b..000000000 --- a/.github/ISSUE_TEMPLATE/50-audioio_issue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Audio IO Related -about: Audio input / output related -title: "[AUDIOIO]" -labels: "AUDIOIO, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Platform** - -**Summary** - -**Additional Information / Output** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-build_issue.md b/.github/ISSUE_TEMPLATE/50-build_issue.md index f7613cddc..c8e67dfb5 100644 --- a/.github/ISSUE_TEMPLATE/50-build_issue.md +++ b/.github/ISSUE_TEMPLATE/50-build_issue.md @@ -1,8 +1,10 @@ --- -name: Build Related -about: Compile / link related +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. title: "[BUILD]" -labels: "BUILD, TRIAGE" +labels: "Building/Packaging, Triage" assignees: '' --- @@ -12,4 +14,4 @@ assignees: '' **Summary** -**Additional Information / Output** \ No newline at end of file +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-cache_issue.md b/.github/ISSUE_TEMPLATE/50-cache_issue.md index dd9983d0c..2584cf317 100644 --- a/.github/ISSUE_TEMPLATE/50-cache_issue.md +++ b/.github/ISSUE_TEMPLATE/50-cache_issue.md @@ -1,8 +1,9 @@ --- -name: Cache Update / Refresh Related -about: Cache update / refresh related +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. title: "[CACHE]" -labels: "CACHE, TRIAGE" +labels: "Disk Cache, Triage" assignees: '' --- @@ -12,4 +13,4 @@ assignees: '' **Summary** -**Additional Information / Output** \ No newline at end of file +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-ci_issue.md b/.github/ISSUE_TEMPLATE/50-ci_issue.md deleted file mode 100644 index 06f29b76b..000000000 --- a/.github/ISSUE_TEMPLATE/50-ci_issue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Continuous Integration Related -about: Continuous integration build process related -title: "[CI]" -labels: "CI, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Summary** - -**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-cli_issue.md b/.github/ISSUE_TEMPLATE/50-cli_issue.md deleted file mode 100644 index 6756af1f4..000000000 --- a/.github/ISSUE_TEMPLATE/50-cli_issue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: CLI Related -about: Command line input / output related -title: "[CLI]" -labels: "CLI, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Summary** - -**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-codec_issue.md b/.github/ISSUE_TEMPLATE/50-codec_issue.md index 9fe68bb19..59d689f30 100644 --- a/.github/ISSUE_TEMPLATE/50-codec_issue.md +++ b/.github/ISSUE_TEMPLATE/50-codec_issue.md @@ -1,13 +1,16 @@ --- -name: Codec Related -about: Codec input / output related +name: Codec +about: Report an issue related to codec handling, including importing footage or any footage usage +issues while editing. title: "[CODEC]" -labels: "CODEC, TRIAGE" +labels: "Codec, Triage" assignees: '' --- **Commit Hash** +**Platform** + **Summary** **Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-color_issue.md b/.github/ISSUE_TEMPLATE/50-color_issue.md new file mode 100644 index 000000000..7f5a470ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-color_issue.md @@ -0,0 +1,16 @@ +--- +name: Color Management +about: Report an issue related to the management of pixels and color, including inaccurate results, +color inconsistencies, etc. +title: "[COLOR]" +labels: "Color Management, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-editing_issue.md b/.github/ISSUE_TEMPLATE/50-editing_issue.md new file mode 100644 index 000000000..8b3158a21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-editing_issue.md @@ -0,0 +1,16 @@ +--- +name: Timeline/Editing +about: Report an issue related to the overall editing experience, including usage of the timeline, +interchange, synchronization, multi-camera support, etc. +title: "[EDIT]" +labels: "Timeline/Editing, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-export_issue.md b/.github/ISSUE_TEMPLATE/50-export_issue.md new file mode 100644 index 000000000..a58696072 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-export_issue.md @@ -0,0 +1,16 @@ +--- +name: Export +about: Report an issue related to exporting videos from Olive, including errors while exporting, +issues with the resulting video, etc. +title: "[EXPORT]" +labels: "Export, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-fileio_issue.md b/.github/ISSUE_TEMPLATE/50-fileio_issue.md deleted file mode 100644 index 8d88e7df1..000000000 --- a/.github/ISSUE_TEMPLATE/50-fileio_issue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: File IO Related -about: File input / output related -title: "[FILEIO]" -labels: "FILEIO, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Platform** - -**Summary** - -**Additional Information / Output** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-node_issue.md b/.github/ISSUE_TEMPLATE/50-node_issue.md index 40da4faf5..012e4b49c 100644 --- a/.github/ISSUE_TEMPLATE/50-node_issue.md +++ b/.github/ISSUE_TEMPLATE/50-node_issue.md @@ -1,8 +1,9 @@ --- -name: Node / DAG Related -about: Node / DAG related +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. title: "[NODES]" -labels: "NODES, TRIAGE" +labels: "Nodes/Compositing, Triage" assignees: '' --- @@ -12,4 +13,4 @@ assignees: '' **Summary** -**Additional Information / Output** \ No newline at end of file +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-ogl_issue.md b/.github/ISSUE_TEMPLATE/50-ogl_issue.md deleted file mode 100644 index 0f96fcc40..000000000 --- a/.github/ISSUE_TEMPLATE/50-ogl_issue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: OpenGL Related -about: OpenGL related -title: "[OPENGL]" -labels: "OPENGL, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Platform** - -**Summary** - -**Additional Information / Output** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-pixel_issue.md b/.github/ISSUE_TEMPLATE/50-pixel_issue.md deleted file mode 100644 index 092684ac1..000000000 --- a/.github/ISSUE_TEMPLATE/50-pixel_issue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Pixel Related -about: Pixels related -title: "[PIXELS]" -labels: "PIXELS, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Platform** - -**Summary** - -**Additional Information / Output** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-playback_issue.md b/.github/ISSUE_TEMPLATE/50-playback_issue.md new file mode 100644 index 000000000..e9bbc1b7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-playback_issue.md @@ -0,0 +1,16 @@ +--- +name: Playback +about: Report an issue related to the playback of video or audio, including laggy or inconsistent +playback, failure to playback, etc. +title: "[PLAYBACK]" +labels: "Playback, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-project_issue.md b/.github/ISSUE_TEMPLATE/50-project_issue.md new file mode 100644 index 000000000..d9df0c1f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-project_issue.md @@ -0,0 +1,16 @@ +--- +name: Project Management +about: Report an issue related to project management, including working with and organizing +imported files. +title: "[PROJECT]" +labels: "Project, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-renderer_issue.md b/.github/ISSUE_TEMPLATE/50-renderer_issue.md new file mode 100644 index 000000000..70f758163 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-renderer_issue.md @@ -0,0 +1,16 @@ +--- +name: Renderer +about: Report an issue related to rendering, including corrupted frames, incorrect render results, +unexpected black or white frames, etc. +title: "[RENDER]" +labels: "Renderer, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-todo_issue.md b/.github/ISSUE_TEMPLATE/50-todo_issue.md deleted file mode 100644 index acc669f49..000000000 --- a/.github/ISSUE_TEMPLATE/50-todo_issue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: TODO Related -about: TODO related -title: "[TODO]" -labels: "TODO, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**General TODO Summary** - -**Additional Information / Notes** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-ui_data_feedback_issue.md b/.github/ISSUE_TEMPLATE/50-ui_data_feedback_issue.md deleted file mode 100644 index 730784c16..000000000 --- a/.github/ISSUE_TEMPLATE/50-ui_data_feedback_issue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: User Interface / Data Feedback Related -about: User Interface feedback with internal data model / sync related -title: "[UI DATA FEEDBACK]" -labels: "UI DATA FEEDBACK, TRIAGE" -assignees: '' - ---- -**Commit Hash** - -**Platform** - -**Summary** - -**Additional Information / Output** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/50-ui_issue.md b/.github/ISSUE_TEMPLATE/50-ui_issue.md new file mode 100644 index 000000000..15a922ea9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-ui_issue.md @@ -0,0 +1,16 @@ +--- +name: User Interface +about: Report an issue related to general user interface usability, including behavior issues, +usability issues, look and feel, etc. +title: "[UI]" +labels: "User Interface, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/999-feature_request.md b/.github/ISSUE_TEMPLATE/999-feature_request.md deleted file mode 100644 index bfda887ea..000000000 --- a/.github/ISSUE_TEMPLATE/999-feature_request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Feature Requests -about: Feature requests are not being considered -title: "[GARBAGE]" -labels: "GARBAGE" -assignees: '' - ---- - -# Not Considering Feature Requests -Please do not post feature requests. They will be closed immediately, and -may result in a permanent ban from this issue tracker.