Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 948 Bytes

README.md

File metadata and controls

54 lines (41 loc) · 948 Bytes

zc_plugin_contribution-tracker

A plugin that allows you track peoples contribution to open source projects, and highlight most pressing issues

contribution_tracker_plugin

Project setup

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

To view changes on your local

yarn serve:standalone

For every styling include the prefix

ct
e.g class="ct-bg-blue-100 ct-px-2".

When You Make Changes

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

Customize configuration

See Configuration Reference.