Skip to content

Commit 2d00045

Browse files
docs: fix up markdown formatting
1 parent 05304e0 commit 2d00045

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: ''
55
labels: 'Type: Bug, Status: Triage'
66
assignees: ''
77
---
8+
89
# Bug Report
910

1011
<!-- Why the issue was filed? -->

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ title: ''
55
labels: 'Type: Idea, Status: Triage'
66
assignees: ''
77
---
8+
89
# Suggestion

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG.md

.prettierrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"embeddedLanguageFormatting": "off"
3+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ In order to know which AST nodes are created for a snippet of TypeScript code yo
294294
### Commit Messages
295295

296296
> tl;dr: use `npx cz` instead of `git commit`.
297+
297298
Commit messages must follow [Conventional Commit messages guidelines](https://www.conventionalcommits.org/en/v1.0.0/). You can use `npx cz` instead of `git commit` to run a interactive prompt to generate the commit message. We've customize the prompt specifically for this project. For more information see [commitizen](https://github.com/commitizen/cz-cli#readme).
298299

299300
### How to publish

0 commit comments

Comments
 (0)