New Repo: knative-sandbox/kn-plugin-curl
#Repo information
Org: knative-sandbox
Repo: kn-plugin-curl
Purpose (Description):
Contains the $kn curl <service-name> plugin that make it easy to curl Knative services
See https://github.com/knative/client-contrib/issues/77
Sponsoring WG: client
Actions to fulfill
This area is used for the TOC to track the repo creation process
- [ ] Add this issue to the TOC project board for review.
You may not be able to use the Projects quick menu on this page. In that case, go to the project board and use the Add cards interface.
- [ ] Send a PR adding entries for this repo in
/peribolos/knative-sandbox.yaml- [ ] Add the repository and a description.
- [ ] Grant
Knative Admintheadminprivilege. - [ ] Grant the sponsoring WG the
writeprivilege.
Once the TOC has approved the above, it will merge and Peribolos will create an empty repository.
-
[ ] (golang) Send a PR to add aliases for
knative.dev/$REPONAMEimport paths (sample). -
[ ] Have a lead from the sponsoring WG bootstrap the Git repository by pushing an appropriate "template" repository (basic, sample-controller, sample-source) to the new repository as a git remote. For example:
git clone https://github.com/knative-sandbox/sample-controller.git cd sample-controller git remote add newrepo https://github.com/knative-sandbox/$REPONAME.git git push newrepo master -
[ ] Set up test-infra following the docs linked at the beginning.
-
[ ] Create a sample PR to verify Prow (e.g. edit the boilerplate README)
Once Prow has been verified.
- [ ] Have a member of the TOC enable branch protections so that
tideis a required presubmit check.