Skip to content

Commit

Permalink
Fix: Add default value for project_description
Browse files Browse the repository at this point in the history
Otherwise the markdownlint pre-commit hook fails with the default configuration.
  • Loading branch information
alexdewar committed May 28, 2024
1 parent 75c124e commit a2e9edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_name": "My Project",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"project_description": "",
"project_description": "[Description for project.]",
"author": "Jane Doe",
"author_email": "jane_doe@imperial.ac.uk",
"use_bsd3_licence": false,
Expand Down

0 comments on commit a2e9edc

Please sign in to comment.