diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8ef343dfd137..f62010e058bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,3 +52,17 @@ body: attributes: label: Additional context placeholder: Add any other context about the problem here. + + - type: markdown + attributes: + value: | + + + --- + + _This is message for readers, not the author of ths issue._ + + Please read [no +1](https://github.com/golang/go/wiki/NoPlusOne) before lefting a comment, or your comment will be deleted and you will be blocked. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9a74198a5cd7..d6b96fcc4e95 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,3 +17,16 @@ body: attributes: label: Additional context placeholder: Add any other context about this feature here. + - type: markdown + attributes: + value: | + + + --- + + _This is message for readers, not the author of ths issue._ + + Please read [no +1](https://github.com/golang/go/wiki/NoPlusOne) before lefting a comment, or your comment will be deleted and you will be blocked.