Glad to have you onboard on Eventing RabbitMQ! Please refer to Knative's overall contribution guidelines to find out how you can help.
You need to install:
ko
docker
Go
- check go <version> for the required Go version used in this project
If a specific version of a requirement is not explicitly defined above, any version will work during development.
To check out this repository:
- Create your own fork of this repository:
- Clone it to your machine:
git clone [email protected]:${YOUR_GITHUB_USERNAME}/eventing-rabbitmq.git
cd eventing-rabbitmq
git remote add upstream https://github.com/knative-extensions/eventing-rabbitmq.git
git remote set-url --push upstream no_push
Adding the upstream
remote sets you up nicely for regularly
syncing your fork.
Once you reach this point you are ready to do a full build and deploy as follows.