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