Skip to content

Commit e4ca7bb

Browse files
committed
move placeholders to new lines
1 parent 226ecf1 commit e4ca7bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/all-for-one.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ body:
2020
attributes:
2121
label: Query PR
2222
description: Link to pull request with your CodeQL query
23-
placeholder: ex. https://github.com/github/codeql/pull/nnnn
23+
placeholder: |
24+
ex. https://github.com/github/codeql/pull/nnnn
2425
validations:
2526
required: true
2627
- type: dropdown
@@ -53,7 +54,8 @@ body:
5354
attributes:
5455
label: CWE
5556
description: CWE that best fits the vulnerability class modeled with your query
56-
placeholder: "ex. CWE-502: Deserialization of Untrusted Data"
57+
placeholder: |
58+
ex. CWE-502: Deserialization of Untrusted Data
5759
validations:
5860
required: false
5961
- type: textarea

0 commit comments

Comments
 (0)