Skip to content

Commit af07aa9

Browse files
authored
Update issue template. (pointfreeco#3363)
* Update issue template. * wip
1 parent 19efcf6 commit af07aa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ body:
4141
required: false
4242
- type: textarea
4343
attributes:
44-
label: Steps to reproduce
44+
label: Reproducing project
4545
description: |
46-
Explanation of how to reproduce the incorrect behavior.
47-
48-
This could include an attached project or link to code that is exhibiting the issue, and/or a screen recording.
46+
Provide a full SPM package or Xcode project that demonstrates the problem you are seeing. If you cannot reproduce the problem in a standalone project, then provide a detailed explanation of how to reproduce the incorrect behavior.
47+
48+
Note that without a project that reproduces the problem we are likely to close this issue and convert it to a discussion until more details are provided.
4949
placeholder: |
50-
1. ...
50+
Drag and drop a full SPM package or Xcode project into this text field that demonstrates the problem you are seeing.
5151
validations:
5252
required: false
5353
- type: input
5454
attributes:
5555
label: The Composable Architecture version information
5656
description: The version of the Composable Architecture used to reproduce this issue.
57-
placeholder: "'0.38.0' for example, or a commit hash"
57+
placeholder: "'1.14.0' for example, or a commit hash"
5858
- type: input
5959
attributes:
6060
label: Destination operating system
6161
description: The OS running your TCA application.
62-
placeholder: "'iOS 15' for example"
62+
placeholder: "'iOS 17' for example"
6363
- type: input
6464
attributes:
6565
label: Xcode version information

0 commit comments

Comments
 (0)