Skip to content

Commit

Permalink
chore: Make issue templates mention no +1 (#6894)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 1, 2023
1 parent 18af9c3 commit 5d5140f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -52,3 +52,17 @@ body:
attributes:
label: Additional context
placeholder: Add any other context about the problem here.

- type: markdown
attributes:
value: |
<!--
Thanks for taking the time to fill out this bug report!
Please do not remove this, or your issue will be closed.
-->
---
_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.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -17,3 +17,16 @@ body:
attributes:
label: Additional context
placeholder: Add any other context about this feature here.
- type: markdown
attributes:
value: |
<!--
Thanks for taking the time to fill out this feature request!
Please do not remove this, or your issue will be closed.
-->
---
_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.

0 comments on commit 5d5140f

Please sign in to comment.