Add publish code advise on fork creation

This commit is contained in:
Bertocq
2017-08-23 12:15:38 +02:00
parent 0e347bb247
commit 23cbe88431
2 changed files with 16 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.