Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
Testing with `cefclient` should be done using the same version as `CefSharp` is based on, provide users with instructions on how to determine version.
  • Loading branch information
amaitland authored Feb 2, 2019
1 parent e1779a2 commit 0b0f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ e.g. 57.0.0 or 63.0.0-pre01
- To compare with WPF run cefclient --multi-threaded-message-loop --off-screen-rendering-enabled --enable-gpu
- To compare with WinForms run cefclient --multi-threaded-message-loop
- If you can reproduce the problem with `cefclient` then you'll need to report the bug on https://bitbucket.org/chromiumembedded/cef/overview there is no point opening an issue here. (Make sure you search before opening an issue)
- Please include the version you tested with e.g. `cef_binary_3.3029.1611.g44e39a8_windows64_client.tar.bz2`
- Please include the version you tested with e.g. `cef_binary_3.3029.1611.g44e39a8_windows64_client.tar.bz2`. It's important to you test with the same version that `CefSharp` is based on. Check the release notes to determine the version (https://github.com/cefsharp/CefSharp/releases) or load `chrome://version` in the browser.

0 comments on commit 0b0f611

Please sign in to comment.