From 566d2a83506b87b99f60a72397140d23a60494c9 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Mon, 13 Feb 2017 17:43:29 +0100 Subject: [PATCH] Sync issue and PR tempaltes (#302) * Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 10 +++++----- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 722c66c..0c4fc63 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,18 +1,18 @@ -#### Steps to reproduce the issue +### Steps to reproduce the issue -#### Expected result +### Expected result -#### Actual result +### Actual result -#### System information (as much as possible) +### System information (as much as possible) -#### Additional comments +### Additional comments diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2434a62..f4fe8a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,20 @@ Pull Request for Issue # . -#### Summary of Changes +### Summary of Changes + + + +### Testing Instructions + + + +### Expected result + + + +### Actual result + + + +### Documentation Changes Required -#### Testing Instructions