File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ any 'help wanted' issues is a great place to start.
64
64
65
65
[ See the documentation] [ dev-docs ] for detailed development information.
66
66
67
- [ dev-docs ] : https://aws.github.io/aws-controllers-k8s/dev -docs/overview/
67
+ [ dev-docs ] : https://aws-controllers-k8s .github.io/community/docs/contributor -docs/overview/
68
68
69
69
## Code of Conduct
70
70
Original file line number Diff line number Diff line change @@ -218,4 +218,11 @@ cp -r $ROOT_DIR/templates/config/overlays/namespaced/*.json $config_output_dir/o
218
218
popd 1> /dev/null
219
219
220
220
echo " Running gofmt against generated code for $SERVICE "
221
- gofmt -w " $SERVICE_CONTROLLER_SOURCE_PATH "
221
+ gofmt -w " $SERVICE_CONTROLLER_SOURCE_PATH "
222
+
223
+ echo " Updating additional GitHub repository maintenance files"
224
+ cp " $ROOT_DIR " /CODE_OF_CONDUCT.md " $SERVICE_CONTROLLER_SOURCE_PATH " /CODE_OF_CONDUCT.md
225
+ cp " $ROOT_DIR " /CONTRIBUTING.md " $SERVICE_CONTROLLER_SOURCE_PATH " /CONTRIBUTING.md
226
+ cp " $ROOT_DIR " /GOVERNANCE.md " $SERVICE_CONTROLLER_SOURCE_PATH " /GOVERNANCE.md
227
+ cp " $ROOT_DIR " /LICENSE " $SERVICE_CONTROLLER_SOURCE_PATH " /LICENSE
228
+ cp " $ROOT_DIR " /NOTICE " $SERVICE_CONTROLLER_SOURCE_PATH " /NOTICE
You can’t perform that action at this time.
0 commit comments