Skip to content

Commit

Permalink
Added a category for UI-related issues (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov authored Sep 23, 2024
1 parent a8ed285 commit e5e0345
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
File renamed without changes.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/2-ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: 📺 UI
description: Found a visual glitch or need something polished?
title: "[UI]: "
labels: ["UI"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report on the UI issue!
- type: markdown
attributes:
value: "Please make sure to read the [contributing guidelines](https://github.com/mikekazakov/nimble-commander/blob/main/CONTRIBUTING.md) before submitting an issue."
- type: checkboxes
id: agreement
attributes:
label: Confirmation
description: Please confirm before submitting
options:
- label: I have read the contributing guidelines.
required: true
- type: input
id: version
attributes:
label: Version of Nimble Commander
description: Fill in below what version of Nimble Commander you are using, including your OS.
placeholder: ex. v1.5.0, MacOS 14
validations:
required: true
- type: textarea
id: actual
attributes:
label: Current Appearance
description: "Describe the visual issue you've found and attach a screenshot if possible."
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Appearance
description: "Describe what you'd like to see instead, explain why it would be better, and attach examples if applicable."
validations:
required: true
- type: textarea
id: extra
attributes:
label: Additional Information
description: Provide any additional details or context that might help.
placeholder: "Any other details or context?"
validations:
required: false

File renamed without changes.

0 comments on commit e5e0345

Please sign in to comment.