From fc8e51c70c671f92703c415484ecb0d8a7f5a076 Mon Sep 17 00:00:00 2001 From: bufdev <4228796+bufdev@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:35:41 -0400 Subject: [PATCH] Fix other issue template (#3097) --- .github/ISSUE_TEMPLATE/3-other.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-other.yml b/.github/ISSUE_TEMPLATE/3-other.yml index 26a43afe6d..c34b62152e 100644 --- a/.github/ISSUE_TEMPLATE/3-other.yml +++ b/.github/ISSUE_TEMPLATE/3-other.yml @@ -6,9 +6,15 @@ 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: @@ -16,9 +22,3 @@ body: 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