Skip to content

Commit

Permalink
docs: simplify contributing by adding instructions (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnimhoff committed Apr 16, 2024
1 parent 364eb16 commit d20356f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ deps/*
.DS_Store

.vscode
.idea
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ so if you feel something is missing feel free to send a pull request.
* [Contributor Agreement](#contributor-agreement)

[How Can I Contribute?](#how-can-i-contribute)
* [Setting up the repository](#setting-up-the-repository)
* [Reporting Bugs](#reporting-bugs)
* [Suggesting Enhancements](#suggesting-enhancements)
* [Pull Requests](#pull-requests)
Expand All @@ -37,6 +38,14 @@ Not currently required.

## How can I contribute?

### Setting up the repository

To set up the library locally, do the following:

1) Clone this repository.
2) Install librdkafka with `git submodule update --init --recursive`
3) Install the dependencies `npm install`

### Reporting Bugs

Please use __Github Issues__ to report bugs. When filling out an issue report,
Expand Down

0 comments on commit d20356f

Please sign in to comment.