Skip to content

Commit 8c892db

Browse files
authored
Update README.md
1 parent 97faa97 commit 8c892db

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ require('babel-core').transform(`code`, {
109109
})
110110
```
111111

112-
#### Contributing
113-
PRs for additional features are welcome! There's still a few feature that are missing, for example each change of the state of the component is added as a `data-qa-state` into the DOM. Support for more libraries.
112+
## Contributing
113+
PRs for additional features are welcome!
114+
115+
There's still a few feature that are missing, for example each change of the state of the component is added as a `data-qa-state` into the DOM. Support for more libraries.
114116

115117
I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbook) about how to write babel plugins in order to learn.
116118

@@ -120,7 +122,10 @@ I recommend checking this [handbook](https://github.com/jamiebuilds/babel-handbo
120122
- Do the code
121123
- Create a PR to this repo.
122124

123-
There's a githook setted up when you push it runs the tests.
125+
In order to do the commits I prefer to use [Commitizen](https://github.com/commitizen/cz-cli) and there's a githook setted up when you push it runs the tests.
126+
127+
Is your company using it? I would love to know more!
128+
Could you answer this small [typeform](https://davesnx.typeform.com/to/JrKgBc) :P
124129

125-
#### License
130+
## License
126131
MIT

0 commit comments

Comments
 (0)