Skip to content

Commit

Permalink
ISSUE_TEMPLATE: improve template
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Feb 15, 2022
1 parent 86742eb commit a818d5b
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,24 @@ body:
- type: dropdown
id: install-method
attributes:
label: Installation method
description: Where did you get the application from?
options:
- "F-Droid"
- "Google Play"
- "GitHub"
- "Git / Other"
label: Source
description: Where did you get & install the application from?
options: ["F-Droid", "GitHub Releases", "git master branch", "Google Play", "Aptoide", "Something else (-> Additional info)"]
validations:
required: true
- type: dropdown
id: format
attributes:
label: Format / Category
label: Format / File type
description: Is the issue about a specific format (i.e. Markdown/todo.txt)?
options:
- "Markdown"
- "todo.txt"
- "Zim"
- "Key-Value (json/yaml/ini..)"
- "Plaintext"
- "Something else"
options: ["-", "Markdown", "todo.txt", "Zim", "Key-Value (json/yaml/ini..)", "Plaintext", "Something else (-> Additional info)"]
value: "-"
validations:
required: true
- type: textarea
id: log
attributes:
label: Additional info / Log
description: Leave any additional information or logs here.
render: shell
value: "-"

0 comments on commit a818d5b

Please sign in to comment.