Skip to content

Commit ca5c105

Browse files
authored
Merge pull request #3 from RightCapitalHQ/feature/add-badges
docs: add badges area to README file
2 parents 1c86b77 + b7b22d6 commit ca5c105

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# PHPDoc parser TypeScript version
22

3+
<!-- Badges area start -->
4+
5+
[![made by RightCapital](https://img.shields.io/badge/made_by-RightCapital-5070e6)](https://rightcapital.com)
6+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/RightCapitalHQ/phpdoc-parser/ci.yaml)
7+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8+
[![RightCapital frontend style guide](https://img.shields.io/badge/code_style-RightCapital-5c4c64?labelColor=f0ede8)](https://github.com/RightCapitalHQ/frontend-style-guide)
9+
10+
<!-- Badges area end -->
11+
312
Next-gen PHPDoc parser with support for intersection types and generics(TypeScript version)
413

514
## What's that
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "docs: add badges area to README file",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)