Skip to content

RobertsLab/RNA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RNA — Repositories Needing Attention

A landing page that tracks GitHub repositories needing attention across the RobertsLab organization.

Live site: https://robertslab.github.io/RNA/

How to update the repo list

All data lives in the REPOS array near the top of index.html. Each entry looks like:

{
  owner: "RobertsLab",
  name: "repo-name",
  desc: "Short description of what needs attention.",
  tags: ["needs-review", "stale"]
}

Available tags

Tag Meaning
stale No recent activity, may need archival or cleanup
needs-review Open PRs or branches waiting for review
needs-docs Documentation is missing or outdated
needs-update Code or analysis needs updating
priority High priority, needs immediate attention
archived Marked for archive, shown as dimmed

Edit the array, commit, and the page updates automatically.

About

Repositories Needing Attention

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages