From 7a7972c5d4c5e71a518e05de1b550cdf487a5308 Mon Sep 17 00:00:00 2001 From: Simon Karlen Date: Wed, 4 Aug 2021 08:57:50 +0200 Subject: [PATCH] updated github templates --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fb58a29..d4fd500 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ Yii communities listed at https://github.com/yiisoft/yii2/wiki/communities ### What steps will reproduce the problem? -### What's expected? +### What is the expected result? ### What do you get instead? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 968a845..9174ec1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ | Q | A | ------------- | --- -| Is bugfix? | yes/no -| New feature? | yes/no -| Breaks BC? | yes/no -| Tests pass? | yes/no +| Is bugfix? | ✔️/❌ +| New feature? | ✔️/❌ +| Breaks BC? | ✔️/❌ +| Tests pass? | ✔️/❌ | Fixed issues | comma-separated list of tickets # fixed by the PR, if any