From d442324d3e84f03c0175a16f3cc1ccd1ca31272c Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 31 Jan 2023 21:46:11 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/02-feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml index 95d75142..28e87489 100644 --- a/.github/ISSUE_TEMPLATE/01-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Before opening an issue, make sure to check if the issue was not previously reported or fixed. + Before opening an issue, please make sure to check if the [issue tracker](https://github.com/Retrospring/retrospring/issues?q=is%3Aissue+label%3Abug) in case it has been previously reported or fixed. - type: textarea attributes: label: Steps to reproduce the problem diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml index c4ad2a3f..0d81c05b 100644 --- a/.github/ISSUE_TEMPLATE/02-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature_request.yml @@ -9,7 +9,7 @@ body: - type: textarea attributes: label: Pitch - description: Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before. + description: Describe your idea for a feature. Please check our [issue tracker](https://github.com/Retrospring/retrospring/issues?q=is%3Aissue+label%3Asuggestion) to make sure it has not already been suggested/implemented/turned down before. validations: required: true - type: textarea