Skip to content

Commit

Permalink
Fix formatting of Github PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Nov 27, 2017
1 parent 7e352be commit 6769126
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,16 +1,15 @@

**Summary:** **Summary:**


Summarize the changes in the pull request including how it relates to any issues (include the #number, or link them). Summarize the changes in the pull request including how it relates to any issues (include the #number, or link them).


**Expected behavior:** **Expected behavior:**


Show screenshots for how you expect the pull request to work in your testing (in case other devices exhibit different behavior). Explain and/or show screenshots for how you expect the pull request to work in your testing (in case other devices exhibit different behavior).




Please make sure these boxes are checked before submitting your pull request - thanks! Please make sure these boxes are checked before submitting your pull request - thanks!


- [ ] Run the unit tests with `mvn test` to make sure you didn't break anything - [ ] Run the unit tests with `mvn test` to make sure you didn't break anything
- [ ] Format the title like "Fix #issue - short description of fix and changes" - [ ] Format the title like "Fix #<issue_number> - <short description of fix and changes>" (for example - "Fix #1111 - Check for null value before using field")
- [ ] Linked all relevant issues - [ ] Linked all relevant issues
- [ ] Include screenshot(s) showing how this pull request works and fixes the issue(s) - [ ] Include screenshot(s) showing how this pull request works and fixes the issue(s)

0 comments on commit 6769126

Please sign in to comment.