INCATools / ontology-development-kit

Bootstrap an OBO Library ontology
http://incatools.github.io/ontology-development-kit/
BSD 3-Clause "New" or "Revised" License
223 stars 54 forks source link

Add a link to issues ranked by votes #950

Closed cmungall closed 10 months ago

cmungall commented 11 months ago

Let's encourage the practice of each repo linking to a list of all issues sorted by vote. This could be implemented as a link in the README or in the docs.

Another thing we can do is pin the issue

See for example https://github.com/oborel/obo-relations/issues

image

links to:

https://github.com/oborel/obo-relations/issues/765

Seeding a new repo with issues using the GH API may be a bit much for ODK though

matentzn commented 10 months ago

https://github.com/INCATools/ontology-development-kit/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

matentzn commented 10 months ago

I did this for ODK: https://github.com/INCATools/ontology-development-kit/issues/966

I think it is not too much to ask for ontology repos doing this by themselves rather than ODK automating this;

Please reopen if you disagree, and we will pursue this avenue!