Update Issues Templates, Force Push

This commit is contained in:
Troy James Sobotka
2020-09-06 10:30:56 -07:00
parent 4f65e83322
commit 3bcefcce4e
17 changed files with 213 additions and 61 deletions
@@ -0,0 +1,14 @@
---
name: Unsupported Olive 0.1.X Version
about: Reports for Olive 0.1.X are unsupported. Do not post them.
title: "[GARBAGE]"
labels: "GARBAGE"
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.
**All reports regarding Olive 0.1.X will be closed immediately.**
+15
View File
@@ -0,0 +1,15 @@
---
name: Crash Related
about: Crash related
title: "[CRASH]"
labels: "CRASH, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output / Backtrace**
@@ -0,0 +1,15 @@
---
name: Audio IO Related
about: Audio input / output related
title: "[AUDIOIO]"
labels: "AUDIOIO, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: Build Related
about: Compile / link related
title: "[BUILD]"
labels: "BUILD, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: Cache Update / Refresh Related
about: Cache update / refresh related
title: "[CACHE]"
labels: "CACHE, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+13
View File
@@ -0,0 +1,13 @@
---
name: Continuous Integration Related
about: Continuous integration build process related
title: "[CI]"
labels: "CI, TRIAGE"
assignees: ''
---
**Commit Hash**
**Summary**
**Additional Information / Output**
+13
View File
@@ -0,0 +1,13 @@
---
name: CLI Related
about: Command line input / output related
title: "[CLI]"
labels: "CLI, TRIAGE"
assignees: ''
---
**Commit Hash**
**Summary**
**Additional Information / Output**
+13
View File
@@ -0,0 +1,13 @@
---
name: Codec Related
about: Codec input / output related
title: "[CODEC]"
labels: "CODEC, TRIAGE"
assignees: ''
---
**Commit Hash**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: File IO Related
about: File input / output related
title: "[FILEIO]"
labels: "FILEIO, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: Node / DAG Related
about: Node / DAG related
title: "[NODES]"
labels: "NODES, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: OpenGL Related
about: OpenGL related
title: "[OPENGL]"
labels: "OPENGL, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+15
View File
@@ -0,0 +1,15 @@
---
name: Pixel Related
about: Pixels related
title: "[PIXELS]"
labels: "PIXELS, TRIAGE"
assignees: ''
---
**Commit Hash**
**Platform**
**Summary**
**Additional Information / Output**
+13
View File
@@ -0,0 +1,13 @@
---
name: TODO Related
about: TODO related
title: "[TODO]"
labels: "TODO, TRIAGE"
assignees: ''
---
**Commit Hash**
**General TODO Summary**
**Additional Information / Notes**
@@ -0,0 +1,15 @@
---
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**
@@ -0,0 +1,12 @@
---
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.
-38
View File
@@ -1,38 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug]"
labels: ''
assignees: ''
---
**Your Setup:**
- Olive version (window title or Help > About):
- Source: (e.g. AppImage, PPA, AUR, website etc.)
- Operating system: (e.g. Ubuntu 18.04 64-bit)
- CPU: (e.g. Intel i5-4300U)
- RAM: (e.g. 8GB)
- GPU: (e.g. NVIDIA Geforce GT 1030 2GB (Driver ver xxx.xx.xx))
**Describe the Bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots**
If applicable, add screenshots to help explain your problem.
** Debug Log and/or Crash Report **
```
[Paste log/report]
```
**Additional Details**
Add any other information about the problem here.
-23
View File
@@ -1,23 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Do you know any libraries or sources that can help the Olive Team include the feature?**
List open-source libraries related to the feature.
**Additional context**
Add any other context or screenshots about the feature request here.