Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.34 KB

Contribution guidelines

Glad to have you onboard on Eventing RabbitMQ! Please refer to Knative's overall contribution guidelines to find out how you can help.

Getting started

  1. Create and checkout a repo fork

Requirements

You need to install:

If a specific version of a requirement is not explicitly defined above, any version will work during development.

Checkout your fork

To check out this repository:

  1. Create your own fork of this repository:
  2. 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.