Skip to content

Commit a344437

Browse files
committed
Corrected documentation formatting for the ease of read/fixing
1 parent 5dac56a commit a344437

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Link to related jira ticket ([Use the smart commits](https://support.atlassian.
2222
- [ ] The users can understand why this API was removed and what they should use instead.
2323
-->
2424

25-
### Documentation
25+
## Documentation
2626
[//]: # (
2727
This section is REQUIRED and should mention what documentation changes were following the changes in this PR.
2828
We should always evaluate if the changes in this PR require any documentation changes.

.github/workflows/pr-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
description: 'PR description must include a "## Testing & QA" section. Please add this section and provide information about the testing performed for this PR. It can range from adding unit tests to full samples and is needed from QA side to analyze PRs while Playtesting for the release.'
4141
},
4242
{
43-
header: '### Documentation',
44-
description: 'PR description must include a "### Documentation" section. Please add this section and provide information about the documentation changes made in this PR. It is important to keep the documentation up to date with the code changes.'
43+
header: '## Documentation',
44+
description: 'PR description must include a "## Documentation" section. Please add this section and provide information about the documentation changes made in this PR. It is important to keep the documentation up to date with the code changes.'
4545
}
4646
];
4747

0 commit comments

Comments
 (0)