Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add contributing file #329

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# How to contribute to Delta Kernel Rust

Welcome! We'd love to have you contribute to Delta Kernel Rust!

## Did you find a bug?

Create an issue with a reproducible example. Please specify the Rust version, delta-kernel-rs version, the code executed, and the error message.

## Did you create a PR to fix a bug?

Open a pull request and add "Fixes #issue_number" in the PR description.

We appreciate bug fixes - thank you in advance!

## Would you like to add a new feature or change existing code?

If you would like to add a feature or change existing behavior, please make sure to create an issue and get the planned work approved by the core team first!

Always better to get aligned with the core devs before writing any code.

## Do you have questions about the source code?

Feel free to create an issue or join the [Delta Lake Slack](https://go.delta.io/slack) with questions! We chat in the `#delta-kernel` channel.

Thanks for reading! :heart: :crab:
Loading