Skip to content

Commit

Permalink
edits on contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Jul 29, 2024
1 parent 91a1e69 commit 7436753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ There are two main ways to contribute code:

`wondermagick` commands should be backed by algorithms available elsewhere, not just in `wondermagick`. If you are contributing e.g. a blur implementation, ideally it should be in `image` or `imageproc`. If you really need to write it yourself and contributing to an existing crate is not an option (e.g. the maintainers rejected it), please structure it as a separate crate within this repository.

Command implementations go in `src/operations/`. To add the command-line argument for it and wire it up to the rest of `wondermagick`, add your argument to the `Arg` enum in `src/args.rs` and follow the trail of compiler errors. Once it compiles, you're done!
To add a new command to `wondermagick`, add your argument to the `Arg` enum in `src/args.rs` and follow the trail of compiler errors. Once it compiles, you're done!

0 comments on commit 7436753

Please sign in to comment.