This release tries to fix some problems with the script not working because of a safe.directory setting, updates the readme files and adds more files to be copied by default.
- Modified script so that it copies:
LICENSE
NOTICE
README.md
CONTRIBUTING.md
./vscode/settings.json
.devcontainer/devcontainer.json
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.MD
.github/PULL_REQUEST_TEMPLATE.MD
.github/workflows/main.yml
files. - Updated
README.md
file - Added command to set safe.directory
git config --global --add safe.directory /github/workspace
Full Changelog: v1.1...v1.2