+++ title = "Get Involved" linkTitleIcon = '' date = 2021-11-27T19:54:29+08:00 comment = true toc = true reward = true categories = [ ] tags = [ ] series = [ "Docs" ] images = [] aliases = [ "/en/posts/get-involved" ] authors = ["RazonYang"] navWeight = 10 [menu.main] parent = "support" weight = 5 [menu.main.params] icon = '' [menu.footer] parent = "support" weight = 5 pre = '' +++
We are happy to listen to your opinions and feedback, and welcome you to get involved.
- Feature Request
- Bug Report
- Discussions: ask questions, share ideas etc.
Any contributions are welcome, such as docs, bug fix and new feature.
In view of ease of maintenance, we draw up some rules.
Please follow the Conventional Commits Specification.
For example:
- bug fix:
fix: correct typos - new feature:
feat: add the foobar parameter - docs:
docs: document the foobar parameter - style:
style: change the background color to blue - rebuild assets:
chore: rebuild assets
The theme relies on npm and Hugo Pipes for building assets: JS, CSS, fonts etc.
The source code were placed in
assetsdirectory.
$ cd exampleSite
$ npm install$ npm run serve