From c4a6ed98d1617c1cc1c174770fb95c4314ee92cb Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 13 Sep 2020 17:01:39 +1000 Subject: [PATCH] issue templates: this was probably the problem --- .../ISSUE_TEMPLATE/00-olive_unsupported.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/1-crash_issue.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/50-build_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-cache_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-codec_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-color_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-editing_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-export_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-node_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-playback_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-project_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-renderer_issue.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/50-ui_issue.md | 15 +++++++++++++++ 13 files changed, 197 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/00-olive_unsupported.md create mode 100644 .github/ISSUE_TEMPLATE/1-crash_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-build_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-cache_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-codec_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-color_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-editing_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-export_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-node_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-playback_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-project_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-renderer_issue.md create mode 100644 .github/ISSUE_TEMPLATE/50-ui_issue.md diff --git a/.github/ISSUE_TEMPLATE/00-olive_unsupported.md b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md new file mode 100644 index 000000000..1fda19cea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md @@ -0,0 +1,13 @@ +--- +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: '' + +--- + +# Olive 0.1 is unsupported + +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 new file mode 100644 index 000000000..c05544838 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-crash_issue.md @@ -0,0 +1,19 @@ +--- +name: Crash +about: Report a fatal crash that resulted in Olive unexpectedly closing. +title: "[CRASH]" +labels: "Crash, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Steps to Reproduce** + +**Backtrace** + +**Additional Information** diff --git a/.github/ISSUE_TEMPLATE/50-build_issue.md b/.github/ISSUE_TEMPLATE/50-build_issue.md new file mode 100644 index 000000000..f14b6c914 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-build_issue.md @@ -0,0 +1,15 @@ +--- +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: "Building/Packaging, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-cache_issue.md b/.github/ISSUE_TEMPLATE/50-cache_issue.md new file mode 100644 index 000000000..13b8bc14b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-cache_issue.md @@ -0,0 +1,15 @@ +--- +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: "Disk Cache, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-codec_issue.md b/.github/ISSUE_TEMPLATE/50-codec_issue.md new file mode 100644 index 000000000..a3a936915 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-codec_issue.md @@ -0,0 +1,15 @@ +--- +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" +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..6a7464ea3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-color_issue.md @@ -0,0 +1,15 @@ +--- +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..c731e221f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-editing_issue.md @@ -0,0 +1,15 @@ +--- +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..e21a79294 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-export_issue.md @@ -0,0 +1,15 @@ +--- +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-node_issue.md b/.github/ISSUE_TEMPLATE/50-node_issue.md new file mode 100644 index 000000000..7749521ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-node_issue.md @@ -0,0 +1,15 @@ +--- +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/Compositing, Triage" +assignees: '' + +--- +**Commit Hash** + +**Platform** + +**Summary** + +**Additional Information / Output** diff --git a/.github/ISSUE_TEMPLATE/50-playback_issue.md b/.github/ISSUE_TEMPLATE/50-playback_issue.md new file mode 100644 index 000000000..00aa98149 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-playback_issue.md @@ -0,0 +1,15 @@ +--- +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..9e151539c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-project_issue.md @@ -0,0 +1,15 @@ +--- +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..3d6812004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-renderer_issue.md @@ -0,0 +1,15 @@ +--- +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-ui_issue.md b/.github/ISSUE_TEMPLATE/50-ui_issue.md new file mode 100644 index 000000000..12af9f863 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/50-ui_issue.md @@ -0,0 +1,15 @@ +--- +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**