From 3ee527fda2cdf48d3006bd777a4896f8627b3e36 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Fri, 9 Dec 2022 08:55:12 +0100 Subject: [PATCH] Drop indentation in feature request issue template (#403) While there, add "Improve performance" as a rewrite reason. --- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b9b7adac..3d346236 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,23 +17,24 @@ you'd like to be solved through Error Prone Support. --> - [ ] Support a stylistic preference. - [ ] Avoid a common gotcha, or potential problem. +- [ ] Improve performance. +I would like to rewrite the following code: +```java +// XXX: Write the code to match here. +``` + +to: +```java +// XXX: Write the desired code here. +``` + ### Considerations