A GitHub App built with probot that allows contributors to categorize their issues under predefined categories.
Repository maintainer has defined following categories for new issues and pull requests.
- /cat-ui- : UI related
- /cat-backend- : Backend related
- /cat-security- : Security related
Contributor can categorize their issues/pull requests as below.
# Install dependencies
npm install
# Run the bot
npm start
See docs/deploy.md if you would like to run your own instance of this app.