diff --git a/.github/ISSUE_TEMPLATE/new_lint.md b/.github/ISSUE_TEMPLATE/new_lint.md index e182c99ce..2216bb9f2 100644 --- a/.github/ISSUE_TEMPLATE/new_lint.md +++ b/.github/ISSUE_TEMPLATE/new_lint.md @@ -15,8 +15,9 @@ labels: A-lint *What is the advantage of the recommended code over the original code* For example: -- Remove bounce checking inserted by ... -- Remove the need to duplicating/storing/typo ... +- Remove bounds check inserted by ... +- Remove the need to duplicate/store ... +- Remove typo ... ### Drawbacks