From 23cbe88431aadaf7e5be35d3cfe9fcb9c97af843 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Wed, 23 Aug 2017 12:15:38 +0200 Subject: [PATCH] Add publish code advise on fork creation --- docs/en/forks/create.md | 8 ++++++++ docs/es/forks/create.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/en/forks/create.md b/docs/en/forks/create.md index d037e071b..e3475167f 100644 --- a/docs/en/forks/create.md +++ b/docs/en/forks/create.md @@ -11,3 +11,11 @@ Consul git repo is hosted at Github.com, we recommend using it for your fork's r 4. [Clone your fork repository](https://help.github.com/articles/cloning-a-repository/) on to your computer ****IMPORTANT NOTICE**: Do not fork `https://github.com/AyuntamientoMadrid/consul`, its a common mistake that leads to multiple and grave problems + +## Why make code public? + +We strongly recommend making code public vor multiple reasons: +- **Transparency**: It should be part of the culture of public entities that adopt Consul, as well as any organization or group. +- **Support**: If you need technical help, both community and Consul core team will be able to understand and advice by easily seeing involved code. +- **Collaboration**: By other professionals, citizens, etc... +- Last but not least, Consul is distributed under the **[AGPLv3](https://github.com/consul/consul/blob/master/LICENSE-AGPLv3.txt) license** that commands to publish source code. diff --git a/docs/es/forks/create.md b/docs/es/forks/create.md index 5d1de8681..6fbdfbd03 100644 --- a/docs/es/forks/create.md +++ b/docs/es/forks/create.md @@ -11,3 +11,11 @@ El repositorio git de Consul está hospedado en Github.com, recomendamos lo uses 4. [Clona el repositorio de tu fork](https://help.github.com/articles/cloning-a-repository/) en tu ordenador ****ADVERTENCIA IMPORTANTE**: No hagas un fork de `https://github.com/AyuntamientoMadrid/consul`, es una equivocación infrecuente que conlleva múltiples y graves problemas. + +## ¿Porqué hacer el código público? + +Recomendamos publicar el código por varias razones: +- **Transparencia**: Debería ser parte de la cultura de aquellas entidades públicas que adopten Consul, así como cualquier organización o grupo. +- **Soporte**: Si necesitas ayuda técnica, el resto de la comunidad o el equipo de Consul podrán entender y aconsejar mas fácilmente al ver el código implicado. +- **Colaboración**: Por parte de otros profesionales, ciudadanos, etc... +- Por último y no menos importante, Consul se distribuye bajo la **licencia [AGPLv3](https://github.com/consul/consul/blob/master/LICENSE-AGPLv3.txt)** que obliga a publicar el codigo fuente.