Skip to content

Commit fc1cbcb

Browse files
Merge branch 'v2.x' into W-11764425-CH2-simplified-deployment-LDS
2 parents 019cd35 + 22b79c7 commit fc1cbcb

44 files changed

Lines changed: 159 additions & 79 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Writer's Quality Checklist
2+
3+
Before merging your PR, did you:
4+
5+
- [ ] Run spell checker
6+
- [ ] Run link checker to check for broken xrefs
7+
- [ ] Check for orphan files
8+
- [ ] Perform a local build and do a final visual check of your content, including checking for:
9+
- Broken images
10+
- Dead links
11+
- Correct rendering of partials if they are used in your content
12+
- Formatting issues, such as:
13+
- Misnumbered ordered lists (steps) or incorrectly nested unordered lists
14+
- Messed up tables
15+
- Proper indentation
16+
- Correct header levels
17+
- [ ] Receive final review and signoff from:
18+
- Technical SME
19+
- Product Manager
20+
- Editor or peer reviewer
21+
- Reporter, if this content is in response to a reported issue (internal or external feedback)
22+
- [ ] If applicable, verify that the software actually got released

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
.DS_Store
22
*.DS_Store
3-
.DS_Store
4-
modules/.DS_Store
5-
modules/ROOT/.DS_Store
6-
.DS_Store
7-
modules/.DS_Store
8-
modules/ROOT/.DS_Store
3+
.idea
4+
*.idea
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)