Running git node metadata
in nodejs/citgm
#205
Labels
enhancement
Things that enhances functionality, provided by node-core-utils
pr-checker
Issues related to pr checker
stale
So I thought I'd try to get the metadata for CitGM. Didn't expect it to work out of the box, but I thought I'd raise this to document the issues I hit.
✖ Couldn't find ### TSC (Technical Steering Committee) in the README
First issue is reasonably easy to understand, we need to put our collaborators in the README so that
git node metadata
can pick them up.But why is it looking for the TSC?
Second question is why it fails with this error:
TypeError: Cannot read property 'replace' of undefined
Third question is what are the steps you go through to set a repo up to be used with
git node metadata
?If they could be written down somewhere (probably an md file in docs that links to https://github.com/nodejs/node-core-utils/tree/master/docs/ncu-team.md a lot) then we could link to that when we can't get the metadata (e.g. in this case).
The text was updated successfully, but these errors were encountered: