Skip to content

Commit 30966c3

Browse files
committedJun 26, 2021
expand a bit
1 parent 5a498a6 commit 30966c3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

‎README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# rust-metrics
22

3+
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/34875)
4+
35
This is an experimental project to start gathering metrics about github organizations and repositories.
46

57
The goal is to get an idea of various "open source health" style metrics, such as:
68

7-
* which repositories are the most active?
8-
* who is contributing to them?
9-
* how long does it take to get reviews?
9+
- which repositories are the most active?
10+
- who is contributing to them?
11+
- how long does it take to get reviews?
1012

11-
Ultimately, I'd like to use this data to help projects and contributors be more successful. For example, it'd be nice to know if someone has stopped opening PRs in the last month or two -- maybe there is something blocking them that can be fixed?
13+
Ultimately, we'd like to use this data to help projects and contributors be more successful. For example, it'd be nice to know if someone has stopped opening PRs in the last month or two -- maybe there is something blocking them that can be fixed?
1214

1315
## Want to help?
1416

15-
Great! This is a fun project to hack on because it's relatively simple. It's a good way to get acquainted with async Rust and Rust in general. I'm eager to grow a set of maintainers who can help the project grow and be useful, so if you think it sounds appealing, get in touch with nikomatsakis on the [github-metrics zulip] instance below.
17+
Great! Check out our [contribution page](https://optopodi.github.io/optopodi/contributing.html) for more information.
1618

1719
## Chat
1820

19-
We chat on the [github-metrics zulip].
20-
21-
[github-metrics zulip]: https://github-metrics.zulipchat.com/
21+
We chat on our Zulip instance, <https://github-metrics.zulipchat.com/>.

‎book/src/contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing
22

3+
Want to help? Great! This is a fun project to hack on because it's relatively simple. It's a good way to get acquainted with async Rust and Rust in general. You'll find lots of project ideas on the [issues page](https://github.com/optopodi/optopodi/issues).
4+
35
## Code of conduct
46

57
We follow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct). Please report any concerns to a [Lead][leads].

0 commit comments

Comments
 (0)
Please sign in to comment.