Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
Additional formatting
  • Loading branch information
amaitland authored Mar 31, 2020
1 parent 307ba5a commit c33be09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Fixes [issue-number]
- e.g Fixes #2345
**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
Expand All @@ -10,21 +10,21 @@ Fixes [issue-number]
- 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.
<!-- 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:
<!-- 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)
Expand Down

0 comments on commit c33be09

Please sign in to comment.