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

MAINTAINERS.md needs to be properly slugified at all tiers #104

Closed CreativeNick closed 1 month ago

CreativeNick commented 2 months ago

MAINTAINERS.md needs to be properly slugified at all tiers

Problem

The cookiecutter.json files in tiers 2-4 need to be updated to account for MAINTAINERS.md.

Solution

Update each cookiecutter.json file for each respective tier to account for the new variables in MAINTAINERS.md.

Result

cookiecutter.json files are updated with the new variables (name, github username, role, and affiliation) that are found in MAINTAINERS.md. May need to edit some YAML files or other automated tasks to make it more streamlined.

CreativeNick commented 1 month ago

New PR created with branch, check here