diff --git a/pull_request_template.md b/pull_request_template.md index 86ec9b2..25f831b 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,15 @@ -### Description +# Description Please include a one to two sentence description that summarizes the issue and your solution. -### Related Issue(s) +# Related Issue(s) Use Github keywords to link your PR to the related Issue(s). For more information on Github keywords please visit [Github's documentation](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue) Example: `Resolves #100` -### Testing +# Testing Describe how you tested this PR. Include step by step instructions for others to test this PR. Be detailed and include images where appropriate.