Skip to content

Commit 779888b

Browse files
committed
docs: improve badges on readme
1 parent 1fa9b2e commit 779888b

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Summary
2+
3+
Please, provide a summary about your pull request.
4+
5+
## Checklist
6+
7+
Please check if your PR fulfills the following requirements:
8+
9+
- [ ] The commit message follows **[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)** standard
10+
- [ ] The code follows project code style standards
11+
- [ ] Tests have been added for this change
12+
- [ ] Docs have been added (if needed)
13+
14+
## Type
15+
16+
- [ ] Bugfix
17+
- [ ] Feature
18+
- [ ] Refactor
19+
- [ ] CI
20+
- [ ] Documentation
21+
- [ ] Other... Please describe:
22+
23+
## Does this PR introduce a breaking change?
24+
25+
- [ ] Yes
26+
- [ ] No

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<a href="https://github.com/vitorsalgado/create-nodejs-ts/actions/workflows/ci.yml">
99
<img src="https://github.com/vitorsalgado/create-nodejs-ts/actions/workflows/ci.yml/badge.svg" alt="GitHub Action Status" />
1010
</a>
11+
<a href="https://www.npmjs.com/package/create-nodejs-ts">
12+
<img src="https://img.shields.io/npm/v/create-nodejs-ts.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="npm" />
13+
</a>
1114
<a href="https://nodejs.org/en/">
1215
<img src="https://img.shields.io/node/v/create-nodejs-ts" alt="Node Min Version" />
1316
</a>
14-
<a href="https://www.npmjs.com/package/create-nodejs-ts">
15-
<img src="https://img.shields.io/npm/v/create-nodejs-ts" alt="npm" />
16-
</a>
1717
<a href="https://github.com/prettier/prettier">
1818
<img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat" alt="Prettier"/>
1919
</a>

0 commit comments

Comments
 (0)