docs: suggested changes from audit #522 (#523)

This commit is contained in:
Richard Littauer 2018-05-13 01:16:43 -04:00 committed by Jason Etcovitch
parent 7250d1de1e
commit 4524ada62c
5 changed files with 10 additions and 5 deletions

View File

@ -31,7 +31,7 @@ Here are a few things you can do that will increase the likelihood of your pull
Work in Progress pull requests are also welcome to get feedback early on, or if there is something that blocked you.
### Just starting out? Looking for how to help?
## Just starting out? Looking for how to help?
Use [this search][good-first-issue-search] to find Probot apps that have issues marked with the `good-first-issue` label.

View File

@ -1,6 +1,6 @@
ISC License
Copyright (c) 2016-2017 Brandon Keepers
Copyright (c) 2016-2018 Brandon Keepers
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

View File

@ -2,7 +2,9 @@
[![npm version](https://img.shields.io/npm/v/probot.svg)](https://www.npmjs.com/package/probot) [![](https://img.shields.io/twitter/follow/ProbotTheRobot.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/ProbotTheRobot)
If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via [GitHub Apps](https://developer.github.com/apps/), which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.
> 🤖 A framework for building GitHub Apps to automate and improve your workflow
If you've ever thought, "wouldn't it be cool if GitHub could…"; I'm going to stop you right there. Most features can actually be added via [GitHub Apps](https://developer.github.com/apps/), which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.
## How it works

View File

@ -1,7 +1,7 @@
{
"name": "probot",
"version": "0.0.0-development",
"description": "a trainable robot that responds to activity on GitHub",
"description": "🤖 A framework for building GitHub Apps to automate and improve your workflow",
"repository": "https://github.com/probot/probot",
"main": "lib/index.js",
"bin": {
@ -19,6 +19,9 @@
"<rootDir>/test/setup.js"
]
},
"keywords": ["probot", "github-apps", "github", "automation", "robots", "workflow"],
"bugs": "https://github.com/probot/probot/issues",
"homepage": "https://probot.github.io",
"author": "Brandon Keepers",
"license": "ISC",
"dependencies": {

View File

@ -20,7 +20,7 @@ exports[`default plugin GET /probot get info from package.json returns the corre
<span class=\\"Label Label--outline v-align-middle ml-2 text-gray-light\\">v0.0.0-development</span>
</h1>
<p>a trainable robot that responds to activity on GitHub</p>
<p>🤖 A framework for building GitHub Apps to automate and improve your workflow</p>
</div>
<div class=\\"mt-4\\">