-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability for crate authors to add isitmaintained.com badges to their crate #705
Comments
Hey @carols10cents, I'd like to pick up this task |
Awesome!! I'm imagining that this would fit in to the existing system of CI badges-- take a look in these spots:
Please let me know if you have any questions at all!!! |
@carols10cents I was able to set up the badges correctly for isitmaintained (issue resolution and open issues), codecov and coveralls. This is what I have set currently: The ones for isitmaintained do not feel right, though. It would be great if you could suggest some improvements |
They sound fine to me, what doesn't feel right about them? |
I think it would be better if there were some punctuations like Also in the previous comment, i messed up in markdown, the text for CodeCov and Coveralls was set to: |
Fixed by #726!! Thank you @nisargthakkar!!! |
Part of RFC 1824, rust-lang/rust#41616.
isitmaintained.com provides badges indicating the time to resolution of GitHub issues and percentage of GitHub issues that are open.
We will enable maintainers to add these badges to their crate, in a similar way that the TravisCI/Appveyor/Gitlab badges are implemented today.
Also need to update the documentation that currently lives in cargo's repo.
Please let me know if you have any questions, potential implementers!
The text was updated successfully, but these errors were encountered: