diff options
author | Aleksey Kladov <[email protected]> | 2019-03-20 12:34:09 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-20 12:34:09 +0000 |
commit | 1ad322236dbe54ada2c284bda4a2b72830b3ff3d (patch) | |
tree | c263169c8455729d391485115dc496ba26da7b50 /docs/dev/README.md | |
parent | ac6749d18ca9f32eedbc88a68ec41dbb3342a1e1 (diff) |
remove old contributing
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r-- | docs/dev/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 74bf86f68..0c09dddfc 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -35,3 +35,9 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 | |||
35 | * [E-fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-fun) | 35 | * [E-fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-fun) |
36 | is for cool, but probably hard stuff. | 36 | is for cool, but probably hard stuff. |
37 | 37 | ||
38 | # CI | ||
39 | |||
40 | We use Travis for CI. Most of the things, including formatting, are checked by | ||
41 | `cargo test` so, if `cargo test` passes locally, that's a good sign that CI will | ||
42 | be green as well. We use bors-ng to enforce the [not rocket | ||
43 | science](https://graydon2.dreamwidth.org/1597.html) rule. | ||