Conversation
fables-tales
requested changes
Jan 19, 2026
.github/ISSUE_TEMPLATE/bug-report.md
Outdated
|
|
||
| - `rubyfmt` version/commit: TODO <!--- If unsure, run `rubyfmt --version` ---> | ||
|
|
||
| [→ View on rubyfmt.run](TODO_replace_this_with_your_sorbet_run_link) |
fables-tales
approved these changes
Jan 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the issue template to reference https://rubyfmt.run (I've updated it to have a "Create Issue button"), which has a few benefits: it should make it faster to create issues in a consistent way, and it also regularly updates to
rubyfmt'sHEADcommit, so it should prevent users from filing issues for bugs that are already fixed.This template is basically the same as the Sorbet issue template, which does the same thing for sorbet.run. It also moves it in to
.github/ISSUE_TEMPLATE/bug-report.mdwith the newer markdown template format, since Github was saying that we were using a legacy issue template location.