Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit fd06d09

Browse files
author
edunham
committed
Add a basic CONTRIBUTING guide
1 parent 0caed16 commit fd06d09

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)