Browse Source

Update PR template to include "Fixes #bugnumber" (#34665)

- "Addresses" is not one of github's keywords
- This will close #bugnumber when the PR is merged
Stephen Halter 4 years ago
parent
commit
2be49d930a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/pull_request_template.md

+ 1 - 1
.github/pull_request_template.md

@@ -18,4 +18,4 @@ Summary of the changes (Less than 80 chars)
 Detail 1
 Detail 2
 
-Addresses #bugnumber (in this specific format)
+Fixes #bugnumber (in this specific format)