Skip to content

Commit 03708d0

Browse files
authored
Merge pull request #234 from rust-lang/readme-update
fix(readme): update and add travis link
2 parents f0e5a3e + 09f19d2 commit 03708d0

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# The Rust Programming Language Blog
22

3-
This is the code that powers [the Rust Programming Language Blog](https://blog.rust-lang.org/). It is running on GitHub pages.
3+
[![Build Status](https://travis-ci.org/rust-lang/blog.rust-lang.org.svg?branch=gh-pages)](https://travis-ci.org/rust-lang/blog.rust-lang.org)
4+
5+
This is the code that powers [the Rust Programming Language Blog]. It is running
6+
on [GitHub pages].
7+
8+
[the Rust Programming Language Blog]: https://blog.rust-lang.org/
9+
[GitHub pages]: https://pages.github.com/
410

511
## Contributions
612

7-
If you want to help, please fork the repo, push your changes and submit a pull request. When submitting changes, please consider the guidelines from the [Open Source Guide](https://opensource.guide/how-to-contribute/).
13+
Blog posts are written by team members, however this repo will accept PRs for
14+
typo fixes and similar, small, editorial changes.
15+
16+
If you want to help, please fork the repo, push your changes and submit a pull
17+
request. When submitting changes, please consider the guidelines from the
18+
[Open Source Guide](https://opensource.guide/how-to-contribute/).
819

920
## License
1021

11-
The Rust Programming Language Blog is primarily distributed under the terms of CC-BY 4.0.
22+
The Rust Programming Language Blog is primarily distributed under the terms of
23+
CC-BY 4.0.
1224

1325
See LICENSE for details.

0 commit comments

Comments
 (0)