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