cookiecutter.yaml default issues

Following the readme instructions and using the default cookiecutter.yaml fails to build a new project properly.

wget -O .cookiecutter.yaml https://gitlab.com/forbes-group/cookiecutters/-/raw/main/project/code-repo.yaml?inline=false

Running the cookiecutter command with this file gives the following errors:

ERROR: key='use_genbadges' in .cookiecutter.yaml does not exist! (Spelling?)
ERROR: Empty one_line_description. 
ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully

Manually removing use_genbadges and adding a field for one_line_description fixes the error, but should be included in project/code-repo.yaml. I would do this myself, but it seems like use_genbadges should still be around, and there might be other changes that need to be incorporated.