mirror of
https://github.com/cefsharp/CefSharp.git
synced 2026-03-27 08:01:11 +00:00
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
**Fixes:** [issue-number]
|
|
<!-- e.g Fixes: #2345 -->
|
|
|
|
**Summary:** [summary of the change and which issue is fixed here]
|
|
- e.g. I have added a new feature to the Javascript Binding implementation
|
|
|
|
**Changes:** [specify the structures changed]
|
|
- e.g. I have modified the Javascript Binding Implementation
|
|
- Added support for Async binding to return Task<T>
|
|
- Added new QUnit Test cases
|
|
|
|
**How Has This Been Tested?**
|
|
<!-- Please describe in detail how you tested your changes. -->
|
|
<!-- Include details of your testing environment, operating system, and the tests you ran to -->
|
|
<!-- see how your change affects other areas of the code, etc. -->
|
|
|
|
**Screenshots (if appropriate):**
|
|
|
|
**Types of changes**
|
|
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
|
- [ ] Updated documentation
|
|
|
|
**Checklist:**
|
|
<!-- Put an `x` in all the boxes that apply: -->
|
|
- [ ] Tested the code(if applicable)
|
|
- [ ] Commented my code
|
|
- [ ] Changed the documentation(if applicable)
|
|
- [ ] New files have a license disclaimer
|
|
- [ ] The formatting is consistent with the project (project supports .editorconfig)
|