Skip to content

Commit

Permalink
github/issue_template: fix paragraph spacing
Browse files Browse the repository at this point in the history
Fixes: 051e2a8
  • Loading branch information
kasper93 committed Jul 29, 2024
1 parent 40f1a89 commit 9c122f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/2_bug_report_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ body:
Without the log file, this issue will be closed for ignoring the issue template.
Disclaimer: The log file may contain identifiable information, such as your username.
Review the log file before sharing and redact any sensitive data if necessary.
Review the log file before sharing and redact any sensitive data if necessary.
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ body:
Without the log file, this issue will be closed for ignoring the issue template.
Disclaimer: The log file may contain identifiable information, such as your username.
Review the log file before sharing and redact any sensitive data if necessary.
Review the log file before sharing and redact any sensitive data if necessary.
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ body:
Without the log file, this issue will be closed for ignoring the issue template.
Disclaimer: The log file may contain identifiable information, such as your username.
Review the log file before sharing and redact any sensitive data if necessary.
Review the log file before sharing and redact any sensitive data if necessary.
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ body:
Without the log file, this issue will be closed for ignoring the issue template.
Disclaimer: The log file may contain identifiable information, such as your username.
Review the log file before sharing and redact any sensitive data if necessary.
Review the log file before sharing and redact any sensitive data if necessary.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 9c122f3

Please sign in to comment.