diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..695d88b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "conventionalCommits.scopes": [ + "meta" + ] +} diff --git a/README.md b/README.md index 6096c25..44be5c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # py-cookiecutter-templates -Project directory structure templates for the Python Cookiecutter module. +Project directory structure templates for the Python Cookiecutter package. ## What's Cookiecutter?