This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to the Rust-Buildbot infrastructure
2
+
3
+ Thank you for your interest in contributing to our infrastructure! The
4
+ workflow for this project is similar to, but simpler than, that of the [ Rust
5
+ language] [ rust ] .
6
+
7
+ ## Making Changes
8
+
9
+ Submit your changes as a pull request to this repository. If there's a
10
+ specific contributor who should review the change, mention them with `r?
11
+ @theirname` in the body of your commit message.
12
+
13
+ The rust-highfive bot will take a look at your PR and make sure you have a
14
+ reviewer.
15
+
16
+ After all of the reviewer's concerns have been addressed, anyone with
17
+ permissions can merge your PR.
18
+
19
+ ## Testing Changes
20
+
21
+ If you're an enterprising contributor who'd like to spin up your very own
22
+ intsance of rust-buildbot for any reason, we need your help!
23
+
24
+ It isn't easy to run your own rust-buildbot for testing changes (or any other
25
+ reason) right now, but we're working on it! If you have any specific
26
+ complaints about why contributing to this project is hard, please file issues
27
+ about them or comment about them on [ this issue] [ issue ] !
28
+
29
+ [ rust ] : https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
30
+ [ issue ] : https://github.com/rust-lang/rust-buildbot/issues/15
You can’t perform that action at this time.
0 commit comments