Skip to content

Commit b3b1288

Browse files
[CI] Improve issue templates by continue showing prompt after typing starts (#14282)
The patch changes the way of where prompts are shown: - previously it was a placeholder, it means that when customer starts to type something in the textbox, the prompt disappears and customer discovers that they doesn't know what to write next, so they doesn't provide other essential info described in these prompts to us - now the prompt is written as text in textboxs, so the list of required things is not disappeared, so customer needs to modify the content of that textbox
1 parent ddca45f commit b3b1288

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: To reproduce
1616
description: Please describe the steps to reproduce the behavior
17-
placeholder: |
17+
value: |
1818
1. Include a code snippet that is as short as possible
1919
2. Specify the command which should be used to compile the program
2020
3. Specify the command which should be used to launch the program
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: Environment
2828
description: Please complete the following information
29-
placeholder: |
29+
value: |
3030
- OS: [e.g Windows/Linux]
3131
- Target device and vendor: [e.g. Intel GPU]
3232
- DPC++ version: [e.g. commit hash or output of `clang++ --version`]

.github/ISSUE_TEMPLATE/2-bug-report-cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
attributes:
1818
label: To reproduce
1919
description: Please describe the steps to reproduce the behavior
20-
placeholder: |
20+
value: |
2121
1. Include code snippet as short as possible
2222
2. Specify the command which should be used to compile the program
2323
3. Specify the command which should be used to launch the program
@@ -29,7 +29,7 @@ body:
2929
attributes:
3030
label: Environment
3131
description: Please complete the following information
32-
placeholder: |
32+
value: |
3333
- OS: [e.g Windows/Linux]
3434
- Target device and vendor: [e.g. Nvidia GPU]
3535
- DPC++ version: [e.g. commit hash or output of `clang++ --version`]

.github/ISSUE_TEMPLATE/3-bug-report-hip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
attributes:
1818
label: To reproduce
1919
description: Please describe the steps to reproduce the behavior
20-
placeholder: |
20+
value: |
2121
1. Include code snippet as short as possible
2222
2. Specify the command which should be used to compile the program
2323
3. Specify the command which should be used to launch the program
@@ -29,7 +29,7 @@ body:
2929
attributes:
3030
label: Environment
3131
description: Please complete the following information
32-
placeholder: |
32+
value: |
3333
- OS: [e.g Windows/Linux]
3434
- Target device and vendor: [e.g. AMD GPU]
3535
- DPC++ version: [e.g. commit hash or output of `clang++ --version`]

0 commit comments

Comments
 (0)