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/contend_add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ body:
- type: textarea
id: use-case
attributes:
label: Use case or justification
label: Use case or justification (false)
description: |
Why is this content needed? What problem does it solve or what scenario does it address?
placeholder: |
Example: "Many customers are using Source ABC with 1Secure and need guidance on the integration process."
validations:
required: true
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/site_add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ body:
- type: textarea
id: use-case
attributes:
label: Use case or justification
label: Use case or justification (optional)
description: |
Why is this functionality needed? What problem does it solve or what scenario does it address?
placeholder: |
Example: "Users frequently request a way to view the site in dark mode for better readability in low-light environments."
validations:
required: true
required: false
- type: dropdown
id: browsers
attributes:
Expand Down