Skip to content

Commit

Permalink
Drop indentation in feature request issue template (#403)
Browse files Browse the repository at this point in the history
While there, add "Improve performance" as a rewrite reason.
  • Loading branch information
rickie authored Dec 9, 2022
1 parent b1c8157 commit 3ee527f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@ you'd like to be solved through Error Prone Support. -->

- [ ] Support a stylistic preference.
- [ ] Avoid a common gotcha, or potential problem.
- [ ] Improve performance.

<!--
Here, provide a clear and concise description of the desired change.
If possible, provide a simple and minimal example using the following format:
-->

I would like to rewrite the following code:
```java
// XXX: Write the code to match here.
```
I would like to rewrite the following code:
```java
// XXX: Write the code to match here.
```

to:
```java
// XXX: Write the desired code here.
```
-->
to:
```java
// XXX: Write the desired code here.
```

### Considerations

Expand Down

0 comments on commit 3ee527f

Please sign in to comment.