Code.json: Added Required fields to code.json and cookiecutter
Problem
For the past couple of months, we've been working on creating our code.json minimum version that includes required fields from the federal-wide code.json schema and publiccode.yml, while including some of our own agency-specific fields for data collection.
Solution
Added required fields to code.json
Added new fields to code.json cookiecutter
Moved code.json cookiecutter.json to .github so that cookiecutter.json can retrieve values asked from 1st cookiecutter such as project_name, project_org. Updated post_gen hook so that after 1st cookiecutter has been completed, it moves cookiecutter.json to the proper location of being inside of the root directory.
NOTE: MADE UPDATES FOR TIER 1 ONLY. ONCE APPROVED, WILL UPDATE ALL OTHER TIERS ACCORDINGLY
Code.json: Added Required fields to code.json and cookiecutter
Problem
For the past couple of months, we've been working on creating our code.json minimum version that includes required fields from the federal-wide code.json schema and publiccode.yml, while including some of our own agency-specific fields for data collection.
Solution
cookiecutter.json
to.github
so that cookiecutter.json can retrieve values asked from 1st cookiecutter such asproject_name
,project_org
. Updatedpost_gen
hook so that after 1st cookiecutter has been completed, it movescookiecutter.json
to the proper location of being inside of the root directory.NOTE: MADE UPDATES FOR TIER 1 ONLY. ONCE APPROVED, WILL UPDATE ALL OTHER TIERS ACCORDINGLY