DSACMS / repo-scaffolder

Templates and commandline tools for creating repositories for US Federal open source projects
Creative Commons Zero v1.0 Universal
21 stars 8 forks source link

Populate Repometrics.json with Cookiecutter #103

Closed RicardoZamora01 closed 2 months ago

RicardoZamora01 commented 2 months ago

add repometrics to tier-2 using cookiecutter

Problem

Currently, we want to add metrics to the repo reports that include where it is hosted, project fisma level, project type, etc. We will be using this to create tags in the reports and help create visualizations.

Solution

Created a cookicutter template that asks multiple choice and free response questions, the repometrics.json will be generated inside the project that is created by cookiecutter and moved to parent directory.

RicardoZamora01 commented 2 months ago

PR for #97

IsaacMilarky commented 2 months ago

This branch seems to be kind of messed up at the moment. I would suggest either cherry picking your changes or trying to redo the commits entirely as the easiest way of not having to deal with git nonsense. Force pushing usually isn't a good idea unless there isn't a better way of doing things.

Also, you should be able to do draft PRs if you want feedback for changes that aren't quite ready to merge.

RicardoZamora01 commented 2 months ago

closed due to misalignments in dev and main