From e6b4a03572858f1df5813b180ad1dc541eee8c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Maih=C3=B6fer?= Date: Tue, 30 Jul 2024 17:21:55 +0200 Subject: [PATCH] how to contribute --- md/faq/features/contribute/contribute.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/md/faq/features/contribute/contribute.md b/md/faq/features/contribute/contribute.md index 83ee490..9446e70 100644 --- a/md/faq/features/contribute/contribute.md +++ b/md/faq/features/contribute/contribute.md @@ -7,10 +7,18 @@ The easiest way to contribute this to the community is to [create a team](https: - clone or rename your ops to the [team namespace](../../../5_1_permissions/3_ops/ops) - [make the team public](../../../5_1_permissions/2_teams/teams), so people can join and use your ops - promote your ops, have people join your team, collect feedback, gather collaborators -- for bugfixes or improvements in core ops: contact us on [discord](https://discord.gg/cablesgl) + +--- + +For bugfixes or improvements in core ops, the editor or the standalone version, read up on how to [develop cables](../../../6_1_developing_cables/developing_cables) +and create a pull request for the affected repository. Thanks for contributing! -Please make sure that your code adheres to the guidelines in this documentation and is free of any licenses that would prohibit commercial use, or include some "copyleft" clauses. -We prefer the [MIT License](https://opensource.org/licenses/MIT). Should we accept you contribution into cables.gl-core your code will also be put under MIT License and you will be properly credited. +--- + +Please make sure that your code adheres to the guidelines in this documentation and is free of any licenses that would prohibit +commercial use, or include some "copyleft" clauses. We prefer the [MIT License](https://opensource.org/licenses/MIT). + +Should we accept you contribution into cables.gl-core your code will also be put under MIT License and you will be properly credited.