mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 06:54:20 +02:00
47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
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
|