Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ body:
label: Are you planning to fix this issue?
description: Let us know if you'd like to contribute the fix!
options:
- 'No, just reporting the issue'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny nit: single or double quotes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha thats funny. didn't catch that before. easy fix

- 'Maybe, depending on complexity'
- "Yes, I'll submit a PR to fix this"
- "Yes, but I'm a first-time contributor and could use guidance"
- 'Maybe, depending on complexity'
- 'No, just reporting the issue'
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ body:
label: Are you planning to fix this issue?
description: Let us know if you'd like to contribute the fix!
options:
- 'No, just reporting the issue'
- 'Maybe, depending on complexity'
- "Yes, I'll submit a PR to fix this"
- "Yes, but I'm a first-time contributor and could use guidance"
- 'Maybe, depending on complexity'
- 'No, just reporting the issue'
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/platform-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ body:
label: Are you planning to fix this issue?
description: Let us know if you'd like to contribute the fix!
options:
- 'No, just reporting the issue'
- 'Maybe, depending on complexity'
- "Yes, I'll submit a PR to fix this"
- "Yes, but I'm a first-time contributor and could use guidance"
- 'Maybe, depending on complexity'
- 'No, just reporting the issue'
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/platform-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ body:
label: Are you planning to fix this issue?
description: Let us know if you'd like to contribute the fix!
options:
- 'No, just reporting the issue'
- 'Maybe, depending on complexity'
- "Yes, I'll submit a PR to fix this"
- "Yes, but I'm a first-time contributor and could use guidance"
- 'Maybe, depending on complexity'
- 'No, just reporting the issue'
validations:
required: true

Expand Down