template
template copied to clipboard
Template for new Probot apps
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:  **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.