This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
edunham
committed
May 27, 2015
1 parent
0caed16
commit fd06d09
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Contributing to the Rust-Buildbot infrastructure | ||
|
||
Thank you for your interest in contributing to our infrastructure! The | ||
workflow for this project is similar to, but simpler than, that of the [Rust | ||
language][rust]. | ||
|
||
## Making Changes | ||
|
||
Submit your changes as a pull request to this repository. If there's a | ||
specific contributor who should review the change, mention them with `r? | ||
@theirname` in the body of your commit message. | ||
|
||
The rust-highfive bot will take a look at your PR and make sure you have a | ||
reviewer. | ||
|
||
After all of the reviewer's concerns have been addressed, anyone with | ||
permissions can merge your PR. | ||
|
||
## Testing Changes | ||
|
||
If you're an enterprising contributor who'd like to spin up your very own | ||
intsance of rust-buildbot for any reason, we need your help! | ||
|
||
It isn't easy to run your own rust-buildbot for testing changes (or any other | ||
reason) right now, but we're working on it! If you have any specific | ||
complaints about why contributing to this project is hard, please file issues | ||
about them or comment about them on [this issue][issue]! | ||
|
||
[rust]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md | ||
[issue]: https://github.com/rust-lang/rust-buildbot/issues/15 |