We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fe1ca commit 994a4d7Copy full SHA for 994a4d7
1 file changed
.github/PULL_REQUEST_TEMPLATE/doc_template.md
@@ -1,18 +1,9 @@
1
**Description of changes**
2
3
4
+**Checklist**
5
-**Required**
6
-
7
-- [ ] Used LinkOut component on external links
8
-- [ ] Reviewed Vale errors and made changes where appropriate
9
-- [ ] Ran Prettier
10
-- [ ] Previewed updates in Netlify
11
-- [ ] Received SME and/or peer approval if updates are significant
12
-- [ ] Included a "fixes #" comment
13
14
-**Conditional**
15
16
-- [ ] Ensured sequence diagrams follow our style guide
17
-- [ ] Included code samples where appropriate
18
-- [ ] Updated related READMEs
+- PR title is prefixed with `docs:`
+- PR title or description includes a `fixes #`
+- You've run `pnpm format` and `pnpm lint`
+- You've reviewed Vale errors and made changes where appropriate
0 commit comments