Skip to content

Contributing: add link to issues labelled 'help wanted'. #14

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

Merged
merged 1 commit into from
Jul 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ move a project to coq-community:
(you need to be part of the coq-community organization to self-assign an issue,
if you are not you may still post a comment saying you are working on this).

If you have time on your hands but don't know what to work on, have a look
at [this list of coq-community issues where external help was requested][help-wanted].

## Maintaining a coq-community package ##

As a maintainer, your main role is to handle incoming pull requests (review and
Expand Down Expand Up @@ -65,3 +68,5 @@ your contribution under the CC0 license: see [`LICENSE.md`](LICENSE.md).
[move_project]: https://github.com/coq-community/manifesto/issues/new?template=move_project.md
[change_maintainer]: https://github.com/coq-community/manifesto/issues/new?template=change_maintainer.md
[meta]: https://github.com/coq-community/manifesto/issues/new?template=meta.md

[help-wanted]: https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Acoq-community+label%3A%22help+wanted%22