Describe the bug
Overall, labor_hour value is pretty high because it is taking into account the markdown files. We would like to exclude this from the calculation.
To Reproduce
Steps to reproduce the behavior:
Create a new repository using repo-scaffolder. Do not create new files or add lines of code to the repo.
Go to .github
Run cookiecutter . --directory=codejson to generate code.json
Answer prompts
labor_hours result value should be ~2,000. This is not an accurate reflection of the amount of work/hours/effort put into the repository.
Expected behavior
We want the labor_hours result to exclude the documentation markdown files (README.md, MAINTAINERS.md, etc.) and other templates files. labor_hours should reflect the new files and lines of code that the project team has added to the repository.
Describe the bug Overall, labor_hour value is pretty high because it is taking into account the markdown files. We would like to exclude this from the calculation.
To Reproduce Steps to reproduce the behavior:
.github
cookiecutter . --directory=codejson
to generate code.jsonExpected behavior We want the labor_hours result to exclude the documentation markdown files (README.md, MAINTAINERS.md, etc.) and other templates files. labor_hours should reflect the new files and lines of code that the project team has added to the repository.