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

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)