You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+28-16
Original file line number
Diff line number
Diff line change
@@ -17,46 +17,58 @@ So you have a question to ask, where can you look for answers? Read on. Think yo
17
17
- You can see all the `CefSharp` tagged issues on `Stackoverflow`, some useful stuff there : http://stackoverflow.com/questions/tagged/cefsharp
18
18
- You can search the `Gitter Chat Channel` for past questions/conversations, you can search through every discussion from the beginning : https://gitter.im/cefsharp/CefSharp
19
19
20
-
Still have a question? Great, ask it on `Gitter`. https://gitter.im/cefsharp/CefSharp
20
+
Still have a question? Great, ask it on [Stackoverflow](http://stackoverflow.com/questions/tagged/cefsharp) or [Gitter](https://gitter.im/cefsharp/CefSharp). Larger complex questions should be asked on `Stackoverflow`
21
21
22
22
**Note: CefSharp is just a wrapper around the Chromium Embedded Project, it's worth searching http://magpcss.org/ceforum/index.php if your problem involves a low level Chromium error message**
23
23
24
-
We ask that you put in a reasonable amount of effort in searching through the resources listed above. The developers have full time jobs, they have lives, families, the time they have available to contribute this project is a precious resource, make sure you use it wisely! Remember the more time we spend answering the same questions over and over again, less time goes into writing code, adding new features, actually fixing bugs!
24
+
We ask that you put in a reasonable amount of effort in searching through the resources listed above. The developers have full time jobs, they have lives, families, the time they have available to contribute this project is a precious resource, make sure you use it wisely! Remember the more time we spend answering the same questions over and over again, less time goes into writing code, adding new features, actually fixing bugs!
25
25
26
26
Still have a question to ask or unsure where to go next? Start with the Gitter Chat room : https://gitter.im/cefsharp/CefSharp
27
27
28
-
--
28
+
Before posting a bug report please take the time to read https://codeblog.jonskeet.uk/2012/11/24/stack-overflow-question-checklist/
29
+
30
+
---
29
31
### Bug Report
30
32
Delete this line and everything above, and then fill in the details below.
31
33
32
34
-**What version of the product are you using?**
33
-
- What version are you using? Nuget? CI Nuget? build from a branch? If so which branch? Please include the exact version number you are using (no ambiguous statements like `Latest from Nuget`)
34
-
e.g. 57.0.0 or 63.0.0-pre01
35
-
- Please only create an issue if you can reproduce the problem with the latest version. (If you are using the latest stable release please check to see if there is a newer `-pre` release and test with that also).
35
+
- What version are you using? Nuget? CI Nuget? build from a branch? If so please link to the relevant commit.
36
+
- Please include the exact version number you are using e.g. 79.1.360 (no ambiguous statements like `Latest from Nuget`)
37
+
- Please only create an issue if you can reproduce the problem with version 79.1.360 or greater.
36
38
37
39
-**What architecture x86 or x64?**
38
-
40
+
<x86/x64>
41
+
39
42
-**On what operating system?**
40
-
-Win7, Win 8, Win10, etc?
43
+
<Win7/Win8.1/Win10>
41
44
42
45
-**Are you using `WinForms`, `WPF` or `OffScreen`?**
43
-
46
+
<WinForms/WPF/OffScreen>
47
+
44
48
-**What steps will reproduce the problem?**
45
-
- Please provide detailed information here, enough for someone else to reprodce your problem.
46
-
- Please no binary (zip, etc) links, fork the [MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample) and push your changes to `GitHub`. (Alternatively use a code sharing service list `Gist` or `Pastebin`).
49
+
- Please provide detailed information here, enough for someone else to reprodce your problem.
50
+
- Does the problem reproduce using the [MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample)?
51
+
- If code is required to reproduce your problem then please provide one of the following
52
+
- Fork the [MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample) and push your changes to `GitHub` (this is the preferred option).
53
+
- Use a code sharing service list `Gist` or `Pastebin`
54
+
- Paste your **formatted code as part of this issue** (only do this for small amounts of code and make sure you **format the code so it's reabily**)
55
+
- Please no binary attachments (zip, 7z, etc), code needs to be easily reviewed in a web browser.
47
56
48
57
-**What is the expected output? What do you see instead?**
49
58
50
59
-**Please provide any additional information below.**
51
60
- A stack trace if available, any Exception information.
61
+
- If you are seeing a crash in `libcef.dll` then please download `libcef.dll.pdb` and place it next to `libcef.dll` to obtain a detailed stack trace, see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#loading-native-symbols-for-easier-diagnosis for details.
52
62
53
63
- Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)
54
64
55
65
- Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls?
56
66
57
-
-**Does this problem also occur in the `CEF` Sample Application from http://opensource.spotify.com/cefbuilds/index.html?**
58
-
59
-
- To compare with WPF run cefclient --multi-threaded-message-loop --off-screen-rendering-enabled --enable-gpu
60
-
- To compare with WinForms run cefclient --multi-threaded-message-loop
67
+
-**Does this problem also occur in the `CEF` Sample Application**
68
+
- Download one of the following:
69
+
- For x86 download http://opensource.spotify.com/cefbuilds/cef_binary_79.1.36%2Bg90301bd%2Bchromium-79.0.3945.130_windows32_client.tar.bz2
70
+
- For x64 download http://opensource.spotify.com/cefbuilds/cef_binary_79.1.36%2Bg90301bd%2Bchromium-79.0.3945.130_windows64_client.tar.bz2
71
+
- If you are using WPF/OffScreen run cefclient --multi-threaded-message-loop --off-screen-rendering-enabled --enable-gpu
72
+
- If you are using WinForms run cefclient --multi-threaded-message-loop
73
+
- **MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED ABOVE**
61
74
- 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)
62
-
- 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.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
---
2
2
name: Feature request
3
-
about: Suggest an idea for this project
3
+
about: Suggest an idea for this project, please don't use this template to ask questions, thank you.
4
4
title: Feature Request - My Feature
5
5
labels: feature-request
6
6
assignees: ''
7
7
8
8
---
9
9
10
+
Please ask your questions on https://stackoverflow.com/questions/tagged/cefsharp
11
+
12
+
---
13
+
10
14
`CefSharp` is a wrapper around the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/overview) in a lot of cases a feature must be added to `CEF` first before it can be used in `CefSharp`. `CEF` has it's own `Feature Request Forum` at https://magpcss.org/ceforum/viewforum.php?f=7
Copy file name to clipboardexpand all lines: .github/support.yml
+5-2
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,13 @@ supportComment: >
9
9
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
10
10
and feature requests. However, this issue appears to be a support request.
11
11
Please use our support channels to get help with the project.
12
-
12
+
<br/>
13
13
If you have a question, ask it on [StackOverflow](http://stackoverflow.com/questions/tagged/cefsharp) or use [ceforum](http://magpcss.org/ceforum/) (for questions specific to `CEF`).
14
-
14
+
<br/>
15
15
If you are new to `CefSharp` then we suggest you read https://github.com/cefsharp/CefSharp/wiki/General-Usage
16
+
<br/>
17
+
If you feel this was closed in error then you **must** edit your original issue and complete the [Bug Report Template](https://github.com/cefsharp/CefSharp/blob/master/.github/ISSUE_TEMPLATE/bug_report.md#bug-report)
0 commit comments