DSACMS / repo-scaffolder

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

Remove Maturity Model Cookiecutter Prompt #126

Closed RicardoZamora01 closed 3 months ago

RicardoZamora01 commented 3 months ago

module-name: Remove Maturity Model Cookiecutter Prompt

Problem

Currently in cookiecutter, we ask the user to select maturity model. There is a chance users can pick the wrong maturity model. Based on number selected, it is stored in the maturity_model_tier variable in code.json.

Solution

Remove maturity_model_tier question in cookiecutter.json, and add tier directly based on directory/tier.

Result

Reducing chances of incorrect/misleading metadata.