-
Notifications
You must be signed in to change notification settings - Fork 136
Description
**Is your feature request related to a problem? Please describe.✱
After creating a new project with cookiecutter-uv, there are still a few steps that need to be executed manually, one of these steps is the generation of files that although optional for GitHub repos, improve the developer and user experience. Manual creation of these files are error-prone and can lead to inconsistencies in the completeness of a GitHub repo.
Describe the solution you would like
May we please have cookiecutter-uv auto-create github files such as CODEOWNERS, ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE and others as described here: https://github.com/joelparkerhenderson/github-special-files-and-paths. Alternatively, copy a set of files from a directory so that teams can create a common set of files.
Additional context