Added at the beginning the official repository link and added the updated git link of the docs repository.

This commit is contained in:
Team1 2023-07-05 18:37:12 +00:00
parent 5f2176825e
commit f5c9e8fd21
4 changed files with 10 additions and 8 deletions

View File

@ -6,6 +6,8 @@ category: README
layout: post
---
### SUBMIT ISSUES, PULL REQUESTS, and others at the [OFFICIAL REPOSITORY](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs)
:space_invader:
[![GNUv1.3 License](https://img.shields.io/badge/License-GNU%20v1.3-yellow.svg)](https://opensource.org/licenses/) [![GitHub contributors](https://img.shields.io/github/contributors/decentralizedclimate/docs.svg?style=flat)]() :space_invader:
@ -98,7 +100,7 @@ Remember that the last command is to run the website and verify that the contrib
"Verify that there are no issues in Docs Project DCF that address the contribution or problem you wish to collaborate on (as it may have already been started by another user)."
You can check the issues at the following [**link:**](https://github.com/DECENTRALIZEDCLIMATE/docs/issues)
You can check the issues at the following [**link:**](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs/issues)
#### :artificial_satellite: "How to create a proposal or an issue:" :artificial_satellite:
@ -147,14 +149,14 @@ It is important to provide all relevant information so that others can understan
### :speech_balloon: How to contribute after creating my issue :speech_balloon:
You must clone the [docs](https://github.com/DECENTRALIZEDCLIMATE/docs) repository to your computer (having the necessary tools and packages to run Jekyll on your computer).
You must clone the [docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) repository to your computer (having the necessary tools and packages to run Jekyll on your computer).
>If you don't have what is necessary to run the repository, you can install what is pertinent for [Jekyll](https://jekyllrb.com/docs/) by clicking on the link.
When you have the repository perfectly installed and configured, you create, improve or solve your issues and send screenshots in the same issue (as responses to it) where we can see the changes and that it works.
>If you need to access the [Issues](https://github.com/orgs/DECENTRALIZEDCLIMATE/projects/1) section of DCF again, you can click on the link.
>If you need to access the [Issues](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs/issues) section of DCF again, you can click on the link.
Send a Pull Request to the Develop branch of DCF docs, filling in the requirements, such as a brief title and comments on what was done. If everything is approved, your issue will be marked as completed and the changes will be added to the project.

View File

@ -3,7 +3,7 @@
"facebook": false,
"google": false,
"github": true,
"github_link": "https://github.com/DECENTRALIZEDCLIMATE",
"github_link": "https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs",
"telegram": true,
"telegram_link": "https://t.me/decentralizedclimate",
"instapaper": false,

View File

@ -60,7 +60,7 @@
<li>
<a href="https://github.com/DECENTRALIZEDCLIMATE/docs" target="blank" class="gitbook-link">
<a href="https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs" target="blank" class="gitbook-link">
Fork it Now!
</a>
</li>

View File

@ -29,16 +29,16 @@ El estudiante deberá copiar la lista de cada subtema a una tarjeta en [nextclou
### Jekyll
* Hacer un pomodoro para investigar que es y como funcionan Jamstack y Jekyll.
* Hacer un fork del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) y clonar en tu maquina.
* Hacer un fork del [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) y clonar en tu maquina.
* Crear un feature en tu repo clonado en tu maquina.
* Iniciar un projecto jekyll siguiendo [el tutorial](https://jekyllrb.com/docs/) [2] y si tienes linux, antes de seguir el tutorial, debe [configurarlo en linux](https://jekyllrb.com/docs/installation/ubuntu/) [6]
> Nota: si tienes zsh, en linux, cambiar ~/.bashrc por ~/.zshrc en los comandos de configuracion [6]
* Instalar a tu feature el tema [gitdocs](https://github.com/sighingnow/jekyll-gitbook#how-to-get-started) [3]
* Mover los documentos previos [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs) a la la carpeta en posts y convertir en el formato jekyll posts con la sección que le corresponde.
* Mover los documentos previos [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs) a la la carpeta en posts y convertir en el formato jekyll posts con la sección que le corresponde.
* Crear un archivo [.gitignore](https://git-scm.com/docs/gitignore) con los archivos inecesarios y estaticos generados por jekyll.
* Hacer un README.md EN INGLES sobre los pasos y requerimientos para llegar a este punto a partir de que se inicio el projecto git. [Ejemplo1](https://gitlab.com/deca-currency/decasearch) , [Ejemplo2](https://gitlab.com/deca-currency/price-mechanism).
* Finalizar el feature
* Hacer un pull request a la rama develop del [projecto docs](https://github.com/DECENTRALIZEDCLIMATE/docs)
* Hacer un pull request a la rama develop del [projecto docs](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs)
### FLEEK e IPFS