An open API service indexing awesome lists of open source software.

https://github.com/zerocracy/swarm-template

Use this repository as a template to create your own swarm of judges
https://github.com/zerocracy/swarm-template

ai ruby ruby-template zerocracy

Last synced: about 2 months ago
JSON representation

Use this repository as a template to create your own swarm of judges

Awesome Lists containing this project

README

        

# Swarm of Judges, the Template

[![rake](https://github.com/zerocracy/swarm-template/actions/workflows/rake.yml/badge.svg)](https://github.com/zerocracy/swarm-template/actions/workflows/rake.yml)

Use this repository as a template to create your own swarm of
[judges](https://github.com/yegor256/judges)
for [Zerocracy](https://www.zerocracy.com).

## How to contribute

Read
[these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure your build is green before you contribute
your pull request. You will need to have
[Ruby](https://www.ruby-lang.org/en/) 3.2+ and
[Bundler](https://bundler.io/) installed. Then:

```bash
bundle up
bundle exec rake
```

If it's clean and you don't see any error messages, submit your pull request.