From 36621c803884b0ae3d78fec5189a43fbbe0771b0 Mon Sep 17 00:00:00 2001 From: Pieter Marsman Date: Mon, 21 Oct 2019 23:08:57 +0200 Subject: [PATCH] Use same format for pull_request_template.md as for bug_report.md --- .github/pull_request_template.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2604461..c9eb9a5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,14 @@ -# Pull Request Template - -## Description +**Description** Please include a summary of the change and which issue is fixed. If this does not fix an issue, then first create a new issue. Please also include relevant motivation and context. Fixes # (issue) -## How Has This Been Tested? +**How Has This Been Tested?** Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Include an example pdf if you have one. -## Checklist: +**Checklist** - [ ] I have optimized the code at least one time after creating the initial version - [ ] I have added docstrings to newly created methods and classes