@@ -42,7 +42,7 @@ within a few minutes.
4242If you open a pull request that requires ongoing discussion or review, the Fluent Bit
4343maintainers will add a ` waiting-for-user ` to your pull request. This tag means that
4444we're blocked from moving forward until you reply. To keep contributions from going
45- stale, we'll wait 45 days for your response, but we may close the pull request if we
45+ stale, we'll wait 45 days for your response, but we might close the pull request if we
4646don't hear back from you by then.
4747
4848## Submit a contribution
@@ -132,20 +132,29 @@ the prose of your pull requests and adds suggestions to improve style and clarit
132132There is a [ VSCode plugin for Vale] ( https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode )
133133which outputs suggestions to the problems pane in the IDE.
134134
135+ The Fluent Bit repository runs Vale as a GitHub Action on updated text in new pull
136+ requests. Vale suggestions, errors, and warnings will display in GitHub on the
137+ ** Files changed** page.
138+
135139[ See the Vale tests for Fluent Bit] ( https://github.com/fluent/fluent-bit-docs/tree/master/vale-styles ) .
136140
137141Most Vale tests are at the ` suggestion ` level and won't block merging.
138142
139- The following tests are at a ` error ` level and will prevent merging :
143+ The following tests are at ` error ` level and will cause a test failure :
140144
141145- [ AmSpelling] ( https://developers.google.com/style/word-list )
146+ - [ Ampersand] ( https://developers.google.com/style/word-list#ampersand )
147+ - [ Don'tUse] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/DontUse.yml )
142148- [ Emdash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
143149- [ Endash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
144150- [ Exclamation] ( https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml )
145151- [ Gender] ( https://developers.google.com/style/pronouns#gender-neutral-pronouns )
146152- [ GenderBias] ( https://developers.google.com/style/inclusive-documentation )
153+ - [ Hints] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/Hints.yml ) using ` > ` .
147154- [ HeadingPunctuation] ( https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings )
155+ - [ Latin] ( https://developers.google.com/style/abbreviations )
148156- [ LyHyphens] ( https://developers.google.com/style/hyphens )
157+ - [ MayMightCan] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/MayMightCan.yml )
149158- [ NonStandardQuotes] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml ) :
150159 [ Use standard quotes] ( https://developers.google.com/style/quotation-marks#straight-and-curly-quotation-marks ) .
151160 By default, Google Docs and Microsoft Word turn standard straight quotes into "smart"
@@ -154,19 +163,31 @@ The following tests are at a `error` level and will prevent merging:
154163 in [ Google Docs] ( https://support.google.com/docs/thread/217182974/can-i-turn-smart-quotes-off-in-a-google-doc?hl=en )
155164 or [ Microsoft Word] ( https://support.microsoft.com/en-us/office/smart-quotes-in-word-and-powerpoint-702fc92e-b723-4e3d-b2cc-71dedaf2f343 )
156165 to prevent this problem.
166+ - [ Optional plurals] ( https://developers.google.com/style/plurals-parentheses )
157167- [ Ordinal] ( https://developers.google.com/style/numbers )
168+ - [ Periods] ( https://developers.google.com/style/abbreviations )
169+ - [ Ranges] ( https://developers.google.com/style/hyphens )
158170- [ Repetition] ( https://github.com/errata-ai/vale/blob/v3/testdata/styles/Markup/Repetition.yml ) :
159171 Checks for the same word used twice in succession.
172+ - [ Slang] ( https://developers.google.com/style/abbreviations )
173+ - [ Spacing] ( https://developers.google.com/style/sentence-spacing )
160174
161175The following tests are at a ` warning ` level and won't prevent merging:
162176
163177- [ Ampersand] ( https://developers.google.com/style/word-list#ampersand )
178+ - [ First person] ( https://developers.google.com/style/pronouns#personal-pronouns )
179+ - [ Possessives] ( https://developers.google.com/style/possessives )
180+ - [ Simplicity] ( https://developers.google.com/style/word-list#easy )
164181
165182### Markdownlint
166183
167184[ Markdownlint] ( https://github.com/markdownlint/markdownlint ) checks markdown in a
168185file and makes suggestions for improvements. Most markdownlint tests are enabled.
169186[ See the configuration file] ( https://github.com/fluent/fluent-bit-docs/blob/master/.markdownlint.json ) .
170187
188+ The Fluent Bit documentation repository is using a GitHub action to check for invalid
189+ markdown based on the configuration file. This action might provide review
190+ suggestions, but doesn't block merging.
191+
171192Line wrap tests are off due to a GitBook decision that hard wraps the rendered page
172193on line wraps in the markdown. This leads to rendered pages with awkward line wraps.
0 commit comments