Right now we store project metadata in a separate json file stored next to the bare git repo, since I really like how the issue system turned out I'd like to use a similar system here as well, basically have a special rubhub/profile branch which contains a README.md with frontmatter to specify project metadata, that way a project is just a bare repo with nothing else, and we get free versioning for metadata/configuration.
Right now we store project metadata in a separate json file stored next to the bare git repo, since I really like how the issue system turned out I'd like to use a similar system here as well, basically have a special
rubhub/profilebranch which contains a README.md with frontmatter to specify project metadata, that way a project is just a bare repo with nothing else, and we get free versioning for metadata/configuration.