From efeb86e5cee42cddb7dfb959c5b658905343202a Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Thu, 4 Feb 2021 18:48:16 +0300 Subject: [PATCH] Minor fixes --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 983cedd..c05e753 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ assignees: '' **Description:** Describe your proposal. -**Justification** +**Justification:** Justification or a use case for your proposal. **Are you willing to submit a PR?** diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 169f689..ef54aca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,6 @@ Describe your changes. **Related issue:** Add link to the related issue. -**Documentation changes required:** +**Check list:** - [ ] Mark if documentation changes are required. - -**Test updates** - [ ] Mark if tests were added or updated to cover the changes. \ No newline at end of file