Skip to content

Commit c2e02c2

Browse files
authored
Nudge issue filers to repo in vanilla SwiftUI (#1562)
* Nudge issue filers to repo in vanilla SwiftUI Gently remind filers to attempt to repro issues in vanilla SwiftUI, rather than imply that such issues shouldn't be filed. * Make reproducing in vanilla SwiftUI a non-required checklist item
1 parent 2781e9a commit c2e02c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ body:
2121
attributes:
2222
label: Checklist
2323
options:
24-
- label: I have not been able to reproduce this bug in a vanilla SwiftUI project.
25-
required: true
24+
- label: I have determined whether this bug is also reproducible in a vanilla SwiftUI project.
25+
required: false
2626
- label: If possible, I've reproduced the issue using the `main` branch of this package.
2727
required: false
2828
- label: This issue hasn't been addressed in an [existing GitHub issue](https://github.com/pointfreeco/swift-composable-architecture/issues) or [discussion](https://github.com/pointfreeco/swift-composable-architecture/discussions).

0 commit comments

Comments
 (0)