ros-infrastructure / rosindex

The source code for generating index.ros.org
https://index.ros.org
GNU General Public License v3.0
12 stars 23 forks source link

Remove UI for contribute_suggested_repos #396

Open rkent opened 2 weeks ago

rkent commented 2 weeks ago

When the contributing PR #194 was first landed, it included a small list of repos that would have an expanded contributing section, with a list of the "help wanted" issues for example. That list was supposed to be manually maintained (see (https://github.com/ros-infrastructure/rosindex/pull/194#issuecomment-57231794)

But that list was set initially when the PR was landed, and has never changed:

# Repos to list as suggestiong on the "contribute" page
#
# This must be an array of repository names which acts as a whitelist,
# filtering all known repositories by name.
#
contribute_suggested_repos:
  - moveit
  - catkin_virtualenv
  - tiny_tf

I'd say that the hope to manually maintain this has not panned out. Instead, I propose that we show the expanded contributing page for any repo that has issues with a 'help wanted' or 'good first issue' tag.