template icon indicating copy to clipboard operation
template copied to clipboard

Template for new Probot apps

Results 7 template issues
Sort by recently updated
recently updated
newest added

As discussed in #75, because of the handlebars template variables we use in `package.json`, the normal `npm test` command doesn't work in Travis. This PR will update the `.travis.yml` file...

While I think Standard is a great tool, I feel it doesn't add much value to include it in the default template. It's very strict and sometimes incompatible with Prettier...

This is only meant to be merged once [create-probot-app](https://github.com/probot/create-probot-app) has been update to take optional flags to select specific folders for probot app templates. The main thing happening in this...

I think it would be really cool, if we can add an installation badge in README.md of your application repository. It could look something like this: ![Installs Badge](https://img.shields.io/badge/dynamic/json.svg?label=installs&url=https%3A%2F%2Fweekly-digest.glitch.me%2Fprobot%2Fstats&query=%24.installations&colorB=01B1D7&style=for-the-badge) **How to...

:wave: Hey there! This is the developer experience audit from @mntnr for this repository. I've added in my thoughts below, in the form of a checklist. Looking forward to seeing...

We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky...

@bkeepers , Version "^8.0" are all supported. Initial ones requires `--harmony` flag for rest/spread operator. Source [here](http://node.green/#ES2018-features-object-rest-spread-properties). However, using "^8.0" throws the same error as present, "8.x" works just fine.