From 9528fdb0820f5674aee91c414ce095d698c171df Mon Sep 17 00:00:00 2001 From: David Janda Date: Tue, 25 Apr 2023 18:21:35 -0700 Subject: [PATCH 1/2] Update link to coding style guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6281d5b1e..ed48bf5c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Any contributions to Membrane Framework are welcome. If you would like contribute, but you're not sure how to start or have some questions, don't hesitate to contact us via channels described in [README](README.md#support-and-questions) -Before subitting code please read our [Coding style guide](https://github.com/membraneframework/membrane-core/wiki/Coding-style-guide) +Before submitting code please read our [Coding style guide](https://github.com/membraneframework/membrane_core/wiki/Internal-contribution-guide) When contributing to existing repo: @@ -14,4 +14,4 @@ When contributing to existing repo: If you wish to create a new plugin you can give us a shout and if it's something we want as a part of our ecosystem we'll create a repo for you, guide you on your work and maintain the plugin in future. -However, if feel confident enough to maintain it on your own, you can, of course, create your own repo and hex package - we only ask you to follow the naming convetions of the framework package and modules. In that case, don't forget to let us know about your work so we could include it on the list of available plugins. +However, if you feel confident enough to maintain it on your own, you can, of course, create your own repo and hex package - we only ask you to follow the naming convetions of the framework package and modules. In that case, don't forget to let us know about your work so we could include it on the list of available plugins. From fbac03056716040cbbf6746b349d0e4def3123b0 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Wed, 26 Apr 2023 12:08:58 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed48bf5c8..bd8d4580f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Any contributions to Membrane Framework are welcome. If you would like contribute, but you're not sure how to start or have some questions, don't hesitate to contact us via channels described in [README](README.md#support-and-questions) -Before submitting code please read our [Coding style guide](https://github.com/membraneframework/membrane_core/wiki/Internal-contribution-guide) +Before submitting code please read our [Coding style guide](https://membrane.stream/guide/v0.9/contributing_guide.html) When contributing to existing repo: