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

https://github.com/btorresgil/probot-community-health

A GitHub App built with Probot that assesses the community health of organization repositories and guides maintainers to improve
https://github.com/btorresgil/probot-community-health

community-health github github-app probot

Last synced: 2 months ago
JSON representation

A GitHub App built with Probot that assesses the community health of organization repositories and guides maintainers to improve

Awesome Lists containing this project

README

        

# GitHub App: Community Health Assessment Bot

> A GitHub App built with [Probot](https://github.com/probot/probot) that
> assesses the community health of organization repositories and guides
> maintainers to improve

## Documentation

- [All health checks](/docs/checks.md)

## Setup

```sh
# Install dependencies
npm install

# Run typescript
npm run build

# Run the bot
npm start
```

## Contributing

If you have suggestions for how probot-community-health could be improved, or
want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2020 Brian Torres-Gil