Skip to content

Commit efd9076

Browse files
committed
GitHub - Issue Template formatting fixes
1 parent ef0f30d commit efd9076

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,14 @@ body:
114114
attributes:
115115
value: |
116116
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
117-
1. Download [x86](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windowsarm64_client.tar.bz2).
118-
- Extract and run cefclient.exe
119-
- **MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED BELOW**
120-
- If you are using WPF/OffScreen run
121-
```
122-
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
123-
```
124-
- If you are using WinForms run
125-
```
126-
cefclient.exe --multi-threaded-message-loop --no-sandbox
127-
```
117+
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windowsarm64_client.tar.bz2).
118+
2. Extract tar.bz2 file
119+
3a. For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu` Execute cefclient.exe using the command line args:MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED BELOW**
120+
3b. For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox
128121
- type: dropdown
129122
id: cefclient-testing
130123
attributes:
131-
label: Does this problem also occur in the **CEF** Sample Application
124+
label: Does this problem also occur in the CEF Sample Application
132125
multiple: false
133126
options:
134127
- 'Yes'

0 commit comments

Comments
 (0)