Skip to content

Commit

Permalink
Fix other issue template (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Jun 18, 2024
1 parent f634e4c commit fc8e51c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/3-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ body:
value: |
**Thanks for getting in touch, we really appreciate it! If your issue isn't a bug or feature request, we'd highly recommend to talk to us on the [Buf Slack](https://buf.build/links/slack). If you think the issue is more appropriate for a GitHub issue, please file it below!**
** If this is a question about some behavior you are witnessing, we will need a minimal reproducible example. We find that the easiest way to do this is by linking to a GitHub repository with the setup of the example, as well as a set of commands for us to run on this GitHub repository to reproduce the issue. You can use an existing GitHub repository, or a temporary GitHub repository you create.**
**If this is a question about some behavior you are witnessing, we will need a minimal reproducible example. We find that the easiest way to do this is by linking to a GitHub repository with the setup of the example, as well as a set of commands for us to run on this GitHub repository to reproduce the issue. You can use an existing GitHub repository, or a temporary GitHub repository you create.**
**[This article](https://stackoverflow.com/help/minimal-reproducible-example) on minimal reproducible examples may be of use!**
- type: input
id: github-repository
attributes:
label: GitHub Repository
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.
placeholder: https://github.com/foo/bar
- type: textarea
id: feature
attributes:
label: What's up?
description: Tell us what's on your mind!
validations:
required: true
- type: input
id: github-repository
attributes:
label: GitHub Repository
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.
placeholder: https://github.com/foo/bar

0 comments on commit fc8e51c

Please sign in to comment.