Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.33 KB

File metadata and controls

32 lines (26 loc) · 1.33 KB

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)