Skip to content

Commit

Permalink
Get it good enough to work from
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 15, 2017
1 parent a94ad5f commit 05054fb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/guides/faq.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ order: 0

Not yet, but there is a lot of discussion on [danger-js#77][77].

### Can I use the same Dangerfile across many repos?

Ish, it's currently quite complex to set up, but work is on-going on [Danger/Peril][peril]. This is a hosted version of Danger which does not need to run on CI. Using Peril you can use Dangerfiles to reply to basically any github webhook type.

### I want to help influence Danger's direction

We'd recommend first becoming acquainted with the [VISION.md][] inside Danger, this is the long-term plan. Then there are two ways to start contributing today:
Expand All @@ -24,3 +28,4 @@ We keep comments in the public domain, there is a Slack, but it's very rarely us
[open]: https://github.com/danger/danger-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22Open+for+Discussion%22
[you-can-do-this]: https://github.com/danger/danger-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22You+Can+Do+This%22
[orta]: https://twitter.com/orta/
[peril]: https://github.com/danger/peril
2 changes: 1 addition & 1 deletion docs/guides/the_dangerfile.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These both rely on using the GitHub API locally, so you may hit the GitHub API r
export DANGER_GITHUB_API_TOKEN='xxxxxxxxxx'
```

Then the danger CLI will use these authenticated api calls.
Then the danger CLI will use these authenticated API calls.

#### Using `danger pr`

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/typescript.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ order: 0

### TypeScript

Danger is built in TypeScript, so we have great support keeping everything typed.

Danger is built in TypeScript, so we have great editor support as a consumer. If you are using Jest for testing,
then the only thing you need to do is change your Dangerfile to be `dangerfile.ts` and Danger will pick it up.

### TypeScript without Jest

Expand Down
7 changes: 6 additions & 1 deletion docs/usage/extending-danger.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ layout: guide_js
order: 0
---

Plugin infrastructure similar to how
Right now, we recommend extending Danger, and for sharing rules by creating your own `node_modules`. In the ruby version
there is a lot of great infrastructure for plugins. We'd like to see this for Danger JavaScript too.

If you're interested in helping out there, everyone's notes are in [danger/danger-js#180][plugins].

[plugins]: https://github.com/danger/danger-js/issues/180

0 comments on commit 05054fb

Please sign in to comment.