Skip to content

Commit f7a62c3

Browse files
Merge pull request #9771 from circleci/DOCSS-1971-contributors
Contibutors guides updates
2 parents ae5fc01 + f52ede7 commit f7a62c3

File tree

10 files changed

+165
-395
lines changed

10 files changed

+165
-395
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
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+
14
# Description
25
What did you change?
6+
<!-- Example: Added a new troubleshooting section for Docker executor authentication issues -->
37

48
# 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.
614

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.
918

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):
1120

21+
**Content structure:**
1222
- [ ] Break up walls of text by adding paragraph breaks.
1323
- [ ] 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.
1524
- [ ] 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).
1725
- [ ] 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).

ARCHITECTURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CircleCI Docs Static Site: Architecture
1+
# CircleCI docs site: Architecture
22

3-
This document provides an in-depth look at the architecture of the CircleCI Docs Static Site project.
3+
This document provides an in-depth look at the architecture of the CircleCI docs site project.
44

55
## Table of Contents
66
- [Overview](#overview)
@@ -12,7 +12,7 @@ This document provides an in-depth look at the architecture of the CircleCI Docs
1212

1313
## Overview
1414

15-
The CircleCI Docs Static Site is built using [Antora](https://antora.org/), a multi-repository documentation site generator. The project is structured as a collection of components, each represented by a directory in the `docs/` folder.
15+
The CircleCI docs site is built using [Antora](https://antora.org/), a multi-repository documentation site generator. The project is structured as a collection of components, each represented by a directory in the `docs/` folder.
1616

1717
### Key Architectural Principles
1818

0 commit comments

Comments
 (0)