Skip to content

Commit

Permalink
update Issue Template
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Oct 30, 2023
1 parent f5578c0 commit 36b917a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Found a bug in Builder? Create a report!
description: Found a bug in TuistUI? Create a report!
title: "Insert title here"
labels: ["type:bug"]
body:
Expand Down Expand Up @@ -36,7 +36,7 @@ body:
attributes:
label: Plugin version
description: Which plugin version are you using?
placeholder: "0.0.1"
placeholder: "0.1.1"
validations:
required: true
- type: input
Expand Down
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/problem-need.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Problem or need
description: Please report any problems or needs that you have encountered which TuistUI currently does not address or inadequately solves
title: "Insert title here"
labels: ["type:need/problem"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help improve TuistUI!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Describe the bug and the expected behavior
placeholder: A clear and concise description of what the bug is, and what you expect to happen instead.
validations:
required: true
- type: textarea
id: potential-solution
attributes:
label: Potential solution
description: If you have any ideas for solving the problem, please feel free to share them here.
placeholder: Please provide a detailed explanation of how you would approach solving the problem
validations:
required: false
- type: input
id: macos-version
attributes:
label: macOS version
description: Which macOS version are you using?
placeholder: "13.0"
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Plugin version
description: Which plugin version are you using?
placeholder: "0.1.1"
validations:
required: true
- type: input
id: tuist-version
attributes:
label: Tuist version
description: Which tuist version are you using?
placeholder: "3.30.0"
validations:
required: true
- type: input
id: xcode-version
attributes:
label: Xcode version
description: Which version of Xcode are you using?
placeholder: "15.0.0"
validations:
required: true

0 comments on commit 36b917a

Please sign in to comment.