diff --git a/README.md b/README.md index 1e91765..076aaf5 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ devote for project coordination. So please don't be offended if your issue rots in the GitHub issue tracker, or your pull requests is left dangling around for ages. +If you want to contribute new DSP nodes/modules to HexoDSP/HexoSynth, +please look into the guide at the start of the [crate::dsp] module. + I might merge pull requests if I find the time and think that the contributions are in line with my vision. diff --git a/src/lib.rs b/src/lib.rs index aed0d45..7840467 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -188,6 +188,9 @@ devote for project coordination. So please don't be offended if your issue rots in the GitHub issue tracker, or your pull requests is left dangling around for ages. +If you want to contribute new DSP nodes/modules to HexoDSP/HexoSynth, +please look into the guide at the start of the [crate::dsp] module. + I might merge pull requests if I find the time and think that the contributions are in line with my vision.