Skip to content

Commit ca2ad9d

Browse files
authored
Added update dictionary instructions (#1820)
1 parent 5bbf843 commit ca2ad9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ We've discussed and made decisions on a number of document style. Please do not
8989
can either view the "pretty" version at http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines or do your own post-processing.
9090
- 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.
9191

92+
### Update dictionary
93+
94+
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).
95+
9296
### Miscellaneous
9397

9498
To avoid line-ending issues, please set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration.

0 commit comments

Comments
 (0)