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

Create CONTRIBUTING.md #2

Merged
merged 1 commit into from
Sep 17, 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
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Welcome to the iocraft contributing guide!

Thanks for your interest in contributing to the project!

Pull requests for bug fixes and feature contributions are greatly appreciated!

## If you've found a bug that you'd like to fix...

Please search the issues first to see if it's a known issue or if there's any relevant discussion.

If the fix would require a large time investment or would have a significant impact on the crate's API, please use an existing or new issue to propose your fix before you begin.

## If you'd like to implement a new feature...

Again, please search the issues first to see if there's any relevant discussion.

If the feature is minor or quick to implement, you can feel free to open a pull request right away. If the feature is more invasive or requires significant investment, start a discussion about it via an issue so we can make sure we're aligned on the right direction to take.

## Thank you!

❤️❤️❤️