Skip to content

hanakai-rb/contributors

Repository files navigation

Hanakai Contributors

Hanakai Contributors is a Hanami application to showcase the contributions to the Hanakai ecoystem.

Getting Started

Dev notes

Any time we update map_known_human_emails in contributor_repo for the moment we need to reset all commits.

# get latest code loaded
reload

# Delete all commits and contributors
app["operations.app.reset_app_data"].call

 # Clean import of all commits for known repos in db/seeds file
repos = app["repos.project_repo"].all.map(&:github_repository)
repos.each { |r| app["operations.git.repository.attribute_commits"].call(github_repository: r) }

Useful Links

About

Recognizing the work of all our contributors!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published