Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
otomad committed Mar 13, 2023
1 parent e2c7f28 commit e33af83
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 42 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report-for-vegas-13-15.md

This file was deleted.

64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve Otomad Helper when you are using Vegas Pro 16+.
# title: "[Vegas Pro 13~15] "
labels: bug
body:
- type: markdown
attributes:
value: |
Please note that you are using the latest version of the script. Click the following link to view the latest version and download it.
👉 https://github.com/otomad/OtomadHelper/releases/latest
Please carefully read the common questions before creating a bug report, if it can solve your problem.
👉 https://github.com/otomad/OtomadHelper/issues/25
This issue template is only applicable to with Vegas Pro 16+. If you are currently using a version of Vegas Pro 13~15, please switch to:
👉 https://github.com/otomad/OtomadHelper/issues/new?template=incompatible-report.yml
- type: dropdown
id: vegas-version
attributes:
label: Vegas Pro Version
description: What version of Vegas Pro are you using?
options:
- Vegas Pro 20+
- Vegas Pro 19
- Vegas Pro 18
- Vegas Pro 17
- Vegas Pro 16
validations:
required: true
- type: input
id: otomad-helper-version
attributes:
label: Otomad Helper Version
description: |
What version of Otomad Helper script are you using?
Click the About button to view the version.
If you have confirmed that you are using the latest version, you can leave this option blank.
placeholder: Latest
value: Latest
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: Please show the details if it alert an error. You can insert an image or copy paste the details text.
# render: shell-script
- type: textarea
id: screenshot
attributes:
label: Screenshot or recording
description: If possible, provide screenshots or screen recordings (preferably) here.
- type: textarea
id: additonal
attributes:
label: Additional
description: If applicable, add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: 🚀 Feature Request
url: https://github.com/otomad/OtomadHelper/discussions/new?category=ideas
about: Suggest ideas for Otomad Helper.
- name: 💬 Question
url: https://github.com/otomad/OtomadHelper/discussions/new?category=q-a
about: Please ask and answer questions here.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/incompatible-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: "\U23F3\UFE0F Bug report for Vegas Pro 13~15"
description: Create a report to help us improve Otomad Helper when you are using Vegas Pro 13~15.
# title: "[Vegas Pro 13~15] "
labels: Vegas Pro 13~15
body:
- type: markdown
attributes:
value: |
Please note that you are using the latest version of the script. Click the following link to view the latest version and download it.
👉 https://github.com/otomad/OtomadHelper/releases/latest
Please carefully read the common questions before creating a bug report, if it can solve your problem.
👉 https://github.com/otomad/OtomadHelper/issues/25
This issue template is only applicable to with Vegas Pro 13~15. If you are currently using a version of Vegas Pro 16+, please switch to:
👉 https://github.com/otomad/OtomadHelper/issues/new?template=bug-report.yml
- type: dropdown
id: vegas-version
attributes:
label: Vegas Pro Version
description: What version of Vegas Pro are you using?
options:
- Vegas Pro 15
- Vegas Pro 14
- Vegas Pro 13
validations:
required: true
- type: input
id: otomad-helper-version
attributes:
label: Otomad Helper Version
description: |
What version of Otomad Helper script are you using?
Click the About button to view the version.
If you have confirmed that you are using the latest version, you can leave this option blank.
placeholder: Latest
value: Latest
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: Please show the details if it alert an error. You can insert an image or copy paste the details text.
# render: shell-script
- type: textarea
id: screenshot
attributes:
label: Screenshot or recording
description: If possible, provide screenshots or screen recordings (preferably) here.
- type: textarea
id: additonal
attributes:
label: Additional
description: If applicable, add any other context about the problem here.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/translation-fix.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Translation fix
about: Suggest an idea for this project
title: "[TRANSLATION]"
name: "\U0001F3E4 Translation correction"
about: Correct translation of scripts or README.
labels: translation
assignees: ''

---

Expand Down

0 comments on commit e33af83

Please sign in to comment.