Skip to content
/ GitHub-reward Public template

A free alternative of IssueHunt.io, Polar.sh & Gitee reward, which builds Developer DAOs based on Git & GitHub, instead of confusing Block Chain technology.

License

Notifications You must be signed in to change notification settings

idea2app/GitHub-reward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-reward

A free alternative of IssueHunt.io, Polar.sh & Gitee reward, which builds Developer DAOs based on Git & GitHub, instead of confusing Block Chain technology.

Claim Issue Reward Statistic Member Reward

Installation

New repository

Click the Use this template button on the top of this GitHub repository's home page to create your own repository.

Old repository

NPM compatible environment for example:

npm i pnpm -g
cd /path/to/your/git/repository/root

folders=".github/ISSUE_TEMPLATE .github/workflows scripts"

for folder in $folders; do
    mkdir -p $folder
    cd $folder
    pnpx get-git-folder https://github.com/idea2app/GitHub-reward main $folder
    cd -
done

Usage

  1. The PMs, clients or users of your product should submit Feature/Enhancement requests or Bug reports with Issue forms, and set the Reward value

  2. Your GitOps chat bot (such as Lark-GitHub-bot) may send an Issue message to your team channel

  3. Your team members should create a Pull request with closes #issue_number description to claim the reward

  4. After the CI/CD & code review passed, set hardwork reviewers as PR assignees first for reward sharing, then the PR can be merged

  5. GitHub actions will calculate every closed Reward Issue, and save the reward data of all related developers to a Git tag of the merged commit

  6. Every first day of a month, GitHub actions will calculate the reward data of all developers in the last month, and save it to a Git tag & GitHub release of the merged commit

  7. Pay the salary to developers via your convenience

About

A free alternative of IssueHunt.io, Polar.sh & Gitee reward, which builds Developer DAOs based on Git & GitHub, instead of confusing Block Chain technology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published