Browse Source

feat: add conventional commit information

friedger-patch-7
PanFrontend 4 years ago
parent
commit
33225718ca
  1. 4
      src/pages/ecosystem/contributing.md

4
src/pages/ecosystem/contributing.md

@ -186,6 +186,10 @@ We use the [Google Developer documentation style guides](https://developers.goog
yarn check:style
```
### Use Conventional Commits
We use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) as and commits naming convention. Use it while contributing, please.
### Always use Markdown when possible
It's possible to write standard HTML when writing in Markdown, but that should be avoided at all costs. We use `remark` to

Loading…
Cancel
Save