We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/kudos to @user1 [@user2] thank you
Give new Kudo to user1 and optionally to user2 (if provided)
/kudos team-add @user teamName
Add user to team, teamName should be unique per owner
/kudos team-remove @user teamName
Remove user from team, only team owner can do this
/kudos teams
Display teams sorted by owner
/kudos to @team thank you
Give new Kudo to all team members
/kudos goal-add teamID goalPoints goalName
Adds goal for the team, goalPoints - int
/kudos goal @user goalID progress
Assign progress to goal, can only be done by user who added goal, progress - int
/kudos goals teamName
Display goals for team
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic Usage
/kudos to @user1 [@user2] thank you
Give new Kudo to user1 and optionally to user2 (if provided)
Teams
/kudos team-add @user teamName
Add user to team, teamName should be unique per owner
/kudos team-remove @user teamName
Remove user from team, only team owner can do this
/kudos teams
Display teams sorted by owner
/kudos to @team thank you
Give new Kudo to all team members
To be updated: Goals for Teams
/kudos goal-add teamID goalPoints goalName
Adds goal for the team, goalPoints - int
/kudos goal @user goalID progress
Assign progress to goal, can only be done by user who added goal, progress - int
/kudos goals teamName
Display goals for team
The text was updated successfully, but these errors were encountered: