File Naming Inconsistency in Templates #266
Labels
clean code
Lint, consistency and prettifying of code
easy stuff
Good for newcomers, or if you want to do something quick
The template naming under the
src/templates
folder is inconsistent as of now, some uses hyphens( - ) and some uses underscore( _ ).Things to be done:
templates/govportal
totemplates/gov-portal
.govportal/govportal.njk
togov-portal/_gov_portal.njk
. (Since all the boilerplates start with underscores( _ ))When you make these changes, you are also required to reflect these changes where these file paths are used (for eg, in routes, etc)
The text was updated successfully, but these errors were encountered: