Issue management framework with deep philosophy underneath.
Part of the @kira
bots family.
We have released first public bots!
These bots are developed and maintained by wemake.services:
- kira - issue management framework with deep philosophy underneath
- kira-setup - micro-bot (CLI) to setup new GitLab projects with
RSDP
and Kira in mind - kira-stale - micro-bot to fight with stale GitLab issues and merge requests
- kira-review - micro-bot to review merge requests before real humans
- kira-release - micro-bot to release your code and track changes
- kira-dependencies - micro-bot to continuously update your dependency versions, based on dependabot
- kira-wakatime - WIP: micro-bot to track time you spend writing code
- kira-branches - WIP: micro-bot to delete stale branches
- kira-reviewers - WIP: micro-bot to assign reviewers based on codeownership
- kira-stats - WIP: micro-bot to visualize your project's stats
- kira-security - WIP: micro-bot to security audit your apps
These bots are developed and maintained by other awesome people:
- marge-bot - a merge-bot for GitLab
- dependabot - dependencies upgrade bot
- zeit - deploy each pull request to Now
To start your Phoenix server:
- Make sure to set all
env
variables from.env.template
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.