File tree Expand file tree Collapse file tree 2 files changed +47
-29
lines changed
Expand file tree Collapse file tree 2 files changed +47
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Report a formatting issue with rubyfmt
4+ ---
5+
6+ <!--
7+
8+ Hi there! Thanks for taking the time to file an issue against rubyfmt!
9+ To make filling out this form faster:
10+
11+ 1. Create a program showing the bug on https://rubyfmt.run
12+ 3. Click "Gihub" in the header, then "Create issue with example" in the dropdown menu
13+
14+ This will pre-populate most of the form below.
15+
16+ We accept issues primarily of the form "rubyfmt broke this file", or
17+ "rubyfmt failed to format this file". We define "breaking" as any behaviour
18+ that the file has changes.
19+
20+ Please don't open "feature request" issues, or "I'd like to change the output to
21+ be more like this" issues. We've got a clear direction for those and we'll open
22+ issues up to those in a future release.
23+ -->
24+
25+ - ` rubyfmt ` version/commit: TODO <!-- - If unsure, run `rubyfmt --version` --->
26+
27+ [ → View on rubyfmt.run] ( TODO_replace_this_with_your_rubyfmt_run_link )
28+
29+ ## Input
30+
31+ ``` ruby
32+ # TODO: In addition to the rubyfmt.run link, replace this comment with your code
33+ ```
34+
35+ ## Output
36+
37+ ``` ruby
38+ # TODO: Replace this with the output from rubyfmt.run
39+ ```
40+
41+ ## Expected behavior
42+
43+ <!-- TODO: Briefly explain what the expected behavior should be on this example. -->
44+
45+ ---
46+
47+ <!-- TODO: If there is any additional information you'd like to include, include it here. -->
You can’t perform that action at this time.
0 commit comments