mirror of
https://github.com/cefsharp/CefSharp.git
synced 2026-03-27 08:01:11 +00:00
1.3 KiB
1.3 KiB
Fixes: [issue-number]
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
- Added new QUnit Test cases
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
- 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:
- 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)