Skip to content

Commit

Permalink
Merge pull request #665 from rgoldberg/664-spacing
Browse files Browse the repository at this point in the history
Update GitHub Issue Form spacing to avoid format violations
  • Loading branch information
rgoldberg authored Dec 2, 2024
2 parents 463567b + 925570d commit d39c8e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,17 @@ body:
id: expected-behavior
attributes:
label: Expected behavior
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: true
Expand Down
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,35 @@ body:
id: problems
attributes:
label: Problem(s) addressed
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: true
- type: textarea
id: proposals
attributes:
label: Proposed solution(s)
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative solution(s)
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional context
placeholder: Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
placeholder:
Prefer copied, pasted & formatted commands & output in a multiline console block (as instructed
above) instead of screenshots
validations:
required: false

0 comments on commit d39c8e5

Please sign in to comment.