|
| 1 | +> [!NOTE] |
| 2 | +> You may find that there are errors for the `vale/lint` job that are unrelated to your change. Our prose linter checks the whole file when a change is made so if there are existing issues on the page they will be flagged. You can just leave these errors and the CircleCI docs team will address them for you. Our prose linter is advisory to help all contributors create content that conforms to our style guide. The linter feedback is advisory only and will not prevent changes from being published. |
| 3 | +
|
1 | 4 | # Description |
2 | 5 | What did you change? |
| 6 | +<!-- Example: Added a new troubleshooting section for Docker executor authentication issues --> |
3 | 7 |
|
4 | 8 | # Reasons |
5 | | -Why did you make these changes? |
| 9 | +Why did you make these changes? What problem does this solve? |
| 10 | +<!-- Example: Users were reporting confusion about Docker authentication errors, and we had no documentation addressing this --> |
| 11 | + |
| 12 | +# Content checks |
| 13 | +Please follow our style when contributing to CircleCI docs. View our [style guide](https://circleci.com/docs/style/style-guide-overview) or check out our [CONTRIBUTING.md](../CONTRIBUTING.md) for more information. |
6 | 14 |
|
7 | | -# Content Checklist |
8 | | -Please follow our style when contributing to CircleCI docs. Our style guide is here: [https://circleci.com/docs/style/style-guide-overview](https://circleci.com/docs/style/style-guide-overview). |
| 15 | +**Preview your changes:** |
| 16 | +- To view the Vale linter results, select the `ci/circleci: lint` job at the bottom of your PR. You will be redirected to the `vale/lint` job output in CircleCI. |
| 17 | +- To preview your changes, select the `ci/circleci: build` job at the bottom of your PR, then select the Artifacts tab and select `index.html` to open a preview version of the docs site built for your latest commit. |
9 | 18 |
|
10 | | -Please take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs): |
| 19 | +Take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs): |
11 | 20 |
|
| 21 | +**Content structure:** |
12 | 22 | - [ ] Break up walls of text by adding paragraph breaks. |
13 | 23 | - [ ] Consider if the content could benefit from more structure, such as lists or tables, to make it easier to consume. |
14 | | -- [ ] Keep the title between 20 and 70 characters. |
15 | 24 | - [ ] Consider whether the content would benefit from more subsections (h2-h6 headings) to make it easier to consume. |
16 | | -- [ ] Check all headings h1-h6 are in sentence case (only first letter is capitalized). |
17 | 25 | - [ ] Include relevant backlinks to other CircleCI docs/pages. |
| 26 | + |
| 27 | +**Formatting:** |
| 28 | +- [ ] Keep the title between 20 and 70 characters. |
| 29 | +- [ ] Check all headings h1-h6 are in sentence case (only first letter is capitalized). |
0 commit comments