mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Use an issue form
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Before filing this issue:
|
||||
* Make sure you use the latest version with `- uses: ruby/setup-ruby@v1` (see https://github.com/ruby/setup-ruby/blob/master/README.md#versioning)
|
||||
* If the issue happens on JRuby or TruffleRuby, and does not happen on CRuby (please check), file an issue there instead. It's very unlikely ruby/setup-ruby is the cause.
|
||||
* Try to reproduce the issue locally by following the workflow steps (including all commands done by ruby/setup-ruby, except for `Downloading Ruby` & `Extracting Ruby`). If it does reproduce locally, it's not a ruby/setup-ruby issue.
|
||||
|
||||
Please provide:
|
||||
* the code of or a link to the workflow used
|
||||
* the link to the log of a failed workflow job
|
||||
* the command and output of the step failing
|
||||
* whether you are using a self-hosted runner
|
||||
-->
|
||||
@@ -0,0 +1,46 @@
|
||||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Verification
|
||||
description: Ensure the following before filing this issue.
|
||||
options:
|
||||
- label: |
|
||||
I tried with the latest version with `- uses: ruby/setup-ruby@v1` (see [Versioning policy](https://github.com/ruby/setup-ruby/blob/master/README.md#versioning))
|
||||
required: true
|
||||
- label: |
|
||||
I tried to reproduce the issue locally by following the workflow steps (including all commands done by ruby/setup-ruby, except for `Downloading Ruby` & `Extracting Ruby`).
|
||||
If it does reproduce locally, it's not a ruby/setup-ruby issue.
|
||||
required: true
|
||||
# - label: |
|
||||
# If the issue happens on JRuby or TruffleRuby, and does not happen on CRuby (please check), file an issue there instead. It's very unlikely ruby/setup-ruby is the cause.
|
||||
# required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Version
|
||||
description: Are you running on a GitHub-hosted runners or self-hosted runners?
|
||||
options:
|
||||
- GitHub-hosted runners
|
||||
- self-hosted runners
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: yaml
|
||||
label: The workflow code or a link to to the workflow file
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Link to the log of a failed workflow job, or to a gist with the output
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: the command and output of the step failing
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user