Skip to content

Commit

Permalink
Make issue templates even stricter (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev authored Aug 26, 2024
1 parent 35adc2b commit d24a14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- type: input
id: github-repository
attributes:
label: GitHub repository with your minimal reproducible example
label: GitHub repository with your minimal reproducible example (do not fill out this field with "github.com/bufbuild/buf" or we will automatically close your issue, see the instructions above!)
description: Provide us with a link to the GitHub repository that contains the setup needed to reproduce the issue. This is a repository you create, and is required for us to investigate your issue.
placeholder: https://github.com/foo/bar
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
- type: input
id: github-repository
attributes:
label: GitHub repository with your minimal reproducible example
label: GitHub repository with your minimal reproducible example (do not fill out this field with "github.com/bufbuild/buf" or we will automatically close your issue, see the instructions above!)
description: If this is a question about some behavior you are witnessing, provide us with a link to the GitHub repository that contains the setup needed to reproduce the issue. This is a repository you create, and is required for us to investigate your issue.
placeholder: https://github.com/foo/bar
- type: textarea
Expand Down

0 comments on commit d24a14d

Please sign in to comment.