File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ IMPORTANT! All changes should be grouped up into concern branches, which consist of conventional atomic commits.
2+
3+ ## Commit Message Format
4+
5+ ```
6+ <emoji> <type>: <subject>
7+ ```
8+
9+ with the subject being a short description of the change, once sentence max; the emoji should be appropriatly chosen from the gitmoji list.
10+
11+ Every commit should concern itself with just one small change, and should be atomic.
12+
13+ Every files thats touched, should be ran through Biome to ensure it passes linting and follows all of its recommendations.
Original file line number Diff line number Diff line change 11{
22 "name" : " @marcelolsen/mini-react" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " A minimal React implementation with JSX support" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments