Se arreglo la contribucion y explicación

This commit is contained in:
Team1 2023-05-25 20:29:43 +00:00
parent 4c5b44245d
commit 615d389d9a
1 changed files with 30 additions and 26 deletions

View File

@ -170,66 +170,70 @@ Send a Pull Request to the Develop branch of DCF docs, filling in the requiremen
If you want to publish a post or article on docs.decentralizedclimate.org, follow these steps: If you want to publish a post or article on docs.decentralizedclimate.org, follow these steps:
1. Create a markdown file in the following directory if it's for the DCF directory: **1.-** Create a markdown file in the following directory if it's for the DCF directory:
``` ```
https://github.com/DECENTRALIZEDCLIMATE/docs/tree/develop/_posts/ https://github.com/DECENTRALIZEDCLIMATE/docs/tree/develop/_posts/
or in the following directory if it's for social services: Or in the following directory if it's for social services:
```
```
https://github.com/DECENTRALIZEDCLIMATE/docs/tree/develop/_posts/socialserv https://github.com/DECENTRALIZEDCLIMATE/docs/tree/develop/_posts/socialserv
``` ```
>Here we are simply specifying the path within the docs project, both for social services and for the docs project.
2. The post must contain the following data: **2.-** The post must contain the following data:
2.1. A header with the following data in markdown format:
- A header with the following data in markdown format:
``` ```
--- ---
title: Git & Gitflow Cheetsheet EN title: Monthly Activity Report of the Decentralized Climate Foundation A.C. January.
author: Decentralized Climate Foundation author: Decentralized Climate Foundation
date: 2023-03-15 date: 2023-05-10
category: git-flow
layout: post layout: post
--- ---
``` ```
2.2. A file name starting with the date in the format YYYY-MM-DD-myposttopic.md. Some examples already exist in the directory.
- A file name starting with the date in the format YYYY-MM-DD-myposttopic.md. Some examples already exist in the directory.
3. Add a link to the post in the DCF or social services directory by following these steps: **3.-** Add link a decentralized post without using permalinks:
3.1. For the social services directory, go to the following link and paste the markdown of the post under the "Mans & CheetSheets" section in the following format:
- To add a link for social services in WorkFlow Documents, you need to go to /docs/_pages/socialServices.md and add the link in the following format:
## :fire: Mans & CheetSheets :fire:
```shell ```shell
## WorkFlow Documents
| Document | Last Update | | Document | Last Update |
| -------- | -------- | | -------- | -------- |
| [Git & GitFlow ES]({% post_url socialserv/2023-03-15-gitflowCheetSheet_ES %}) | 2023-02-16 | | [WorkFlow Model]({% post_url socialserv/2023-01-27-socialServicesWorkFlowModel %}) | 2023-01 |
| [Git & GitFlow EN]({% post_url socialserv/2023-03-15-gitflowCheetSheet_EN %}) | 2023-02-16 |
``` ```
- Traducción: To add a link for the docs project in Mans & CheetSheets, you should go to /docs/index.md and add the link in the following format:
3.2. Similarly, for the DCF directory, add a link with these example directives to the following link:
```shell
## Mans & CheetSheets
| Document | Last Update |
| -------- | -------- |
| [Git & GitFlow ES]({% post_url 2023-05-10-January %}) | 2023-01-10 |
| [Git & GitFlow EN]({% post_url 2023-05-10-FebruaryES %}) | 2023-02-10 |
``` ```
https://github.com/DECENTRALIZEDCLIMATE/docs/blob/develop/index.md >Note that only the name is added in the previously mentioned format YYYY-MM-DD-myposttopic.md
```
>Note that the URL is not a permalink. It is in the format YYYY-MM-DD-myposttopic without the .md extension. >Note that the URL is not a permalink. It is in the format YYYY-MM-DD-myposttopic without the .md extension.
4. Optional: You can fork the project on your user account on the develop branch and link it to hackmd.io to edit before making a commit to your own repository. Then, submit a pull request, or edit the post directly in the GitHub editor. **4.-** Optional: You can fork the project on your user account on the develop branch and link it to hackmd.io to edit before making a commit to your own repository. Then, submit a pull request, or edit the post directly in the GitHub editor.
5. When your request is accepted on the develop branch, it will appear on the following link: **5.-** When your request is accepted on the develop branch, it will appear on the following link:
[**develop branch website**](https://dev.docs.decentralizedclimate.org/) [**develop branch website**](https://dev.docs.decentralizedclimate.org/)
6. Additionally, if you want to add images to your post, place them in the assets directory. Please refer to the README for more information. **6.-** Additionally, if you want to add images to your post, place them in the assets directory. Please refer to the README for more information.
**Example:** **Example:**