A plugin that allows you track peoples contribution to open source projects, and highlight most pressing issues
Fork The Repo And Clone Your Fork
cd zc_plugin_contribution-tracker
git remote add upstream https://github.com/zurichat/zc_plugin_contribution-tracker
git pull upstream dev
yarn serve:standalone
ct
e.g class="ct-bg-blue-100 ct-px-2".
git add .
git commit -m "commit message"
git pull upstream dev
Make Sure there is no conflict, Make sure you push to develop branch -- Create a develop branch in your local
git push origin dev
Then Create Your Pull Request