Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
doc: cambiar desde la reonciliación
Browse files Browse the repository at this point in the history
iojs -> nodejs en unas veces
  • Loading branch information
srl295 committed Aug 24, 2015
1 parent dea4d04 commit dcdc264
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Muy buenas, te dejamos aquí lo más importante para empezar a colaborar. Estamos organizados en Grupos de Trabajo. En el enlace de abajo tienes un resumen de cada uno

https://github.com/iojs/iojs-es/issues/83
https://github.com/nodejs/iojs-es/issues/83

Elige un _máximo de dos grupos de trabajo_ y escribe que quieres participar en el issue correspondiente a ese grupo:

* [Website](https://github.com/iojs/iojs-es/issues/96)
* [Documentación](https://github.com/iojs/iojs-es/issues/94)
* [Evangelización](https://github.com/iojs/iojs-es/issues/95)
* [Revisión](https://github.com/iojs/iojs-es/issues/97)
* [Website](https://github.com/nodejs/iojs-es/issues/96)
* [Documentación](https://github.com/nodejs/iojs-es/issues/94)
* [Evangelización](https://github.com/nodejs/iojs-es/issues/95)
* [Revisión](https://github.com/nodejs/iojs-es/issues/97)

Cualquier duda, pregúntala en este repositorio o [en gitter](https://gitter.im/iojs/iojs-es).

Expand All @@ -32,7 +32,7 @@ Para estar al día haz lo siguiente
```sh
# las dos primeras lineas solo hay que hacerlas una vez
git clone https://github.com/iojs-es/website.git && cd website
git remote add upstream https://github.com/iojs/website.git
git remote add upstream https://github.com/nodejs/website.git
# estas dos cada vez que quieras ver si hay algo que actualizar
git remote update
git merge master origin/master
Expand Down Expand Up @@ -64,8 +64,8 @@ Si no recuerdas qué tenias puesto como `origin` y qué como `upstream` haz lo s
git remote -v
origin https://github.com/iojs-es/website.git (fetch)
origin https://github.com/iojs-es/website.git (push)
upstream https://github.com/iojs/website.git (fetch)
upstream https://github.com/iojs/website.git (push)
upstream https://github.com/nodejs/website.git (fetch)
upstream https://github.com/nodejs/website.git (push)
```

y así ya sabes que `git push origin actualiza-<documento>` es el iojs-es/website
Expand All @@ -77,15 +77,15 @@ Documentación trabaja con el repositorio [iojs-es/io.js](https://github.com/ioj
Estamos a la espera de que io.js integre las traducciones de la API en la web (y aún parece que tardará un tiempo). Así que este grupo puede trabajar sin prisa.

#### Issues de referencia:
- io.js API localization: open questions. En [ iojs/website#211](https://github.com/iojs/website/issues/211)
- io.js API localization: open questions. En [ nodejs/website#211](https://github.com/nodejs/website/issues/211)

### Evangelización

Evangelización trabaja con el repositorio [iojs-es/evangelism](https://github.com/iojs-es/io.js), normalmente traduciendo [weekly-updates](https://github.com/iojs-es/evangelism/tree/master/weekly-updates). Suele ser un artículo a la semana.

En este momento hay 4 artículos sin traducir empezando por el [weekly-update.2015-03-13.md](https://github.com/iojs-es/evangelism/tree/master/weekly-updates/weekly-update.2015-03-13.md)

Una vez traducido el artículo se publica en [@medium](https://medium.com/@iojs_es). Si estás en evangelización y has traducido un artículo pero no tienes la cuenta para publicar el artículo [abre un issue](https://github.com/iojs/iojs-es/issues/new).
Una vez traducido el artículo se publica en [@medium](https://medium.com/@iojs_es). Si estás en evangelización y has traducido un artículo pero no tienes la cuenta para publicar el artículo [abre un issue](https://github.com/nodejs/iojs-es/issues/new).

### Revisión

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[![Gitter chat](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodejs/iojs-es)

Localización y traducción de [io.js](https://iojs.org/) a Español
Localización y traducción de [Node.js](https://node.org/) a Español

## ¿Quieres colaborar?
Échale un vistazo al [CONTRIBUTING.md](./CONTRIBUTING.md). Si hay algo que no te quede claro, abre un [issue](https://github.com/iojs/iojs-es/issues/new?title=Colaborador) con el título *Colaborador* y cuéntanos.
Échale un vistazo al [CONTRIBUTING.md](./CONTRIBUTING.md). Si hay algo que no te quede claro, abre un [issue](https://github.com/nodejs/iojs-es/issues/new?title=Colaborador) con el título *Colaborador* y cuéntanos.

## ¿Quieres ayudarnos a traducir?
Abre un [issue](https://github.com/iojs/iojs-es/issues/new?title=Traductor) con el título *Traductor* y te indicaremos los documentos que están pendientes de traducción o revisión.
Abre un [issue](https://github.com/nodejs/iojs-es/issues/new?title=Traductor) con el título *Traductor* y te indicaremos los documentos que están pendientes de traducción o revisión.

## En Redes Sociales

Expand Down Expand Up @@ -43,7 +43,7 @@ Abre un [issue](https://github.com/iojs/iojs-es/issues/new?title=Traductor) con

## The MIT License (MIT)

Copyright (c) 2015 - io.js
Copyright (c) 2015 - Node.js

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit dcdc264

Please sign in to comment.