Files
CefSharp/.github/pull_request_template.md
GitHubPang 6258b86059 Fix typos (#3306)
* Fix typos in md files in .github

* Fix typos in Cef.h
2020-12-08 09:08:18 +10:00

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)