From ca2ad9dbca0bb98353845586507d5721aac2ea60 Mon Sep 17 00:00:00 2001 From: bgloyer <36457894+bgloyer@users.noreply.github.com> Date: Wed, 11 Aug 2021 19:57:34 -0700 Subject: [PATCH] Added update dictionary instructions (#1820) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87a4b6b..51fd052 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,6 +89,10 @@ We've discussed and made decisions on a number of document style. Please do not can either view the "pretty" version at http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines or do your own post-processing. - We're sticking with the ASCII character set. We do not use Unicode em-dashes, Unicode spaces, or pretty quotes. Lots of people edit this file with their various text editors. ASCII is simple and universally understood. +### Update dictionary + +Code samples in the guidelines are run through a spelling checker. Be sure to add new class and variable names to [scripts/hunspell/isocpp.dic](https://github.com/isocpp/CppCoreGuidelines/blob/master/scripts/hunspell/isocpp.dic). + ### Miscellaneous To avoid line-ending issues, please set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration.