Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 1.03 KB

Contribute

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github. Please refer to our wiki page

If you'd like to make some changes yourself, see the following:

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Make sure yarn is globally installed (npm install -g yarn)
  3. Run yarn to download required packages
  4. Build the application: yarn build
  5. Follow Commit message guidelines from Semantic-release
  6. If you contributed something new, run yarn contrib:add <your GitHub username> to add yourself below
  7. Finally, submit a pull request with your changes!