File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments