diff --git a/.github/contributing.md b/.github/contributing.md index 808c87bb04..544c7abc7c 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -132,7 +132,7 @@ Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x * Use the present tense ("Add feature" not "Added feature"). * Use the imperative mood ("Move cursor to..." not "Moves cursor to..."). -* Limit the first line to 72 characters or fewer. +* Limit the first line to 72 characters or less. * Reference issues and Pull Requests liberally after the first line. ### C++ Coding Standards diff --git a/.github/issue_template.md b/.github/issue_template.md index 58b4894f67..df010f8cd9 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@