You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting a bug! Please take the time to fill out the following form so that we can
12
+
understand and reproduce the issue.
13
+
14
+
Before submitting:
15
+
- Have you checked for **existing issues** in both [`spotless-cli`](https://github.com/diffplug/spotless-cli/issues) and [`spotless`](https://github.com/diffplug/spotless/issues)?
16
+
- Is this issue about formatting behavior that might belong to the [`spotless`](https://github.com/diffplug/spotless) library instead?
17
+
18
+
- type: checkboxes
19
+
id: pre_submission_checklist
20
+
attributes:
21
+
label: Pre-submission checks
22
+
description: Please confirm the following before submitting.
23
+
options:
24
+
- label: I have searched for [existing issues in spotless-cli](https://github.com/diffplug/spotless-cli/issues).
25
+
required: true
26
+
- label: I have searched for [existing issues in spotless](https://github.com/diffplug/spotless/issues).
27
+
required: true
28
+
- label: This issue is specific to `spotless-cli`, and not just the formatting logic in `spotless-lib`.
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: cli-version
33
+
attributes:
34
+
label: spotless-cli version
35
+
description: Run `spotless --version` to get the version.
0 commit comments