Files
error-prone-support/.github/ISSUE_TEMPLATE/feature_request.md
Rick Ossendrijver 3ee527fda2 Drop indentation in feature request issue template (#403)
While there, add "Improve performance" as a rewrite reason.
2022-12-09 08:55:12 +01:00

1.4 KiB

name, about, title, labels, assignees
name about title labels assignees
🚀 Request a new feature Suggest a new feature. new feature

Problem

Description of the proposed new feature

  • Support a stylistic preference.
  • Avoid a common gotcha, or potential problem.
  • Improve performance.

I would like to rewrite the following code:

// XXX: Write the code to match here.

to:

// XXX: Write the desired code here.

Considerations

Participation

  • I am willing to submit a pull request to implement this improvement.

Additional context