From c2f1409d6c8f3d0e07ed023501c8a55fab73b620 Mon Sep 17 00:00:00 2001 From: cladmi Date: Wed, 22 Aug 2018 13:22:13 +0200 Subject: [PATCH] github: add 'testing' to the PR template Add a section on the testing procedure for a pull request. It should help reviewing pull requests as they often not describe which application raises the error they are fixing or any way of verifying that a feature is correctly implemented. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bbe182476d..56bc057fd1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,16 @@ Put here the description of your contribution: --> +### Testing procedure + + + + ### Issues/PRs references