Skip to content

fossapps/Handlebars-Issue-and-Pull-Requests

Repository files navigation

Handlebars-Issue-and-Pull-Requests

Greenkeeper badge Build Status GitHub issues devDependencies Status dependencies Status codecov

Github app to run your issue body and pull request's body through handlebar to generate new bodies

  • Typescript 3.x
  • Automatically deploys to now.sh
  • uses jest for testing
  • uses travis and now.sh for deployment
  • uses linting and git hooks to increase code quality.
  • automatically creates and pushes to docker hub

Contributing

Initially you should:

  • create your test app (or do live and see what happens :) )
  • clone this repository
  • npm install
  • npm start
  • create .env file and ensure you import those env (this project doesn't care about .env files)
  • npm start
  • forward your port so gh can send you events locally
  • make changes
  • push to your fork
  • create pull request