Skip to content

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

Notifications You must be signed in to change notification settings

zurichat/zc_plugin_contribution-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published