From b1d9c031ee9ae4dfbe9be88559a298ff8c1a00a9 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 6 Apr 2020 15:04:34 -0700 Subject: [PATCH] Update pull_request_template_improvement.md Add note for Mono/Wine compatibility desires. --- .../PULL_REQUEST_TEMPLATE/pull_request_template_improvement.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_improvement.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_improvement.md index 7c1369b..26973fe 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_improvement.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_improvement.md @@ -9,3 +9,5 @@ assignees: '' **Please describe your improvement.** A clear and concise description of what the pull request contains. + +If your changes include logic that depends on the operating system, please ensure that it doesn't break compatibility with Mono/Wine.