-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pr/fernandodilland translation of contributing.md into native spanish (…
…#1115) * Update CONTRIBUTING.md [Español](CONTRIBUTINGes.md) on title * Update CONTRIBUTINGfr.md * Update CONTRIBUTINGnl.md * Update CONTRIBUTINGru.md * Update CONTRIBUTINGtr.md * Update CONTRIBUTINGuk.md * Create CONTRIBUTINGes.md * Update READMEes.md * Update READMEes.md * Update CONTRIBUTINGes.md * Update READMEes.md * Update READMEja.md * Update READMEtr.md * Update READMEtr.md * Update READMEgr.md * Update extension-description-store-spanish.txt * Update READMEes.md --------- Co-authored-by: Fernando Dilland <[email protected]>
- Loading branch information
1 parent
46e4516
commit 49f0201
Showing
12 changed files
with
81 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
Lea esto en otros idiomas: [русский](CONTRIBUTINGru.md), [Nederlands](CONTRIBUTINGnl.md), [Français](CONTRIBUTINGfr.md), [Türkçe](CONTRIBUTINGtr.md), [українська](CONTRIBUTINGuk.md) | ||
|
||
|
||
# Bienvenido(a) a la guía de contribución de Return YouTube Dislikes | ||
|
||
¡Gracias por invertir tiempo en contribuir al proyecto! Todos sus cambios serán mostrados en la siguiente versión de la extensión (o en la [pagina web](https://www.returnyoutubedislike.com/)) | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
## Empecemos | ||
|
||
Por favor, utiliza Prettier con la configuración predeterminada para el formateo | ||
|
||
#### Requisitos previos | ||
|
||
Necesita tener instalados node y npm para crear la versión empaquetada del código fuente | ||
|
||
Versiones utilizadas durante la configuración: | ||
|
||
- node: 12.18.4 | ||
- npm: 6.14.6 | ||
|
||
Para crear el archivo `bundled-content-script.js` que contiene la mayor parte de la lógica de negocio de esta extensión, primero debe instalar todas las dependencias | ||
|
||
1. Ve a la raíz del repositorio y ejecute: | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
2. Ejecuta el siguiente comando para crear `bundled-content-script.js`, el cual se utiliza en `manifest.json` | ||
|
||
``` | ||
npm start // para crear el/los archivo(s) de compilación y comenzar un observador de archivos que se recargue automáticamente al guardar cambios | ||
// o | ||
npm run build // para crear el/los archivo(s) de compilación una vez | ||
``` | ||
|
||
¡Felicitaciones! ¡Ahora estás listo(a) para desarrollar! | ||
|
||
Si eres nuevo/a en el desarrollo de extensiones de Chrome o necesitas ayuda adicional, por favor consulta [este tutorial en YouTube](https://www.youtube.com/watch?v=mdOj6HYE3_0) | ||
|
||
### Problemas | ||
|
||
#### Abrir un nuevo problema | ||
|
||
Si tiene algún problema con la extensión, por favor verifique si el problema ya ha sido reportado. Si no lo ha sido, abre un problema. Se recomienda encarecidamente utilizar el formulario de problema, pero no es obligatorio. | ||
|
||
#### Resolver un problema | ||
|
||
Si encontró un problema que crea que pueda resolver, no dude en hacerlo. Abra una solicitud de extracción (PR) con la solución y asegúrese de mencionar el problema que está solucionando | ||
|
||
### Solicitud de función | ||
|
||
#### Abrir una nueva solicitud de función | ||
|
||
If you have an idea for the extension, feel free to open a feature request, but please search it before to make sure the feature isn't already suggested. Using the feature form is highly recommended but not mandatory | ||
|
||
#### Implementando una solicitud de funcionalidad | ||
|
||
Si encontró una función que pueda implementar, no dude en hacerlo. Abra una solicitud de extracción (PR) con la solución y asegúrese de mencionar la función que está implementando | ||
|
||
### ¿Qué PRs aceptamos? | ||
|
||
- Corrección de problemas. | ||
- Implementación de funciones. | ||
- Corrección de errores tipográficos o uso de palabras mejores y más sencillas. | ||
- Contribuciones al sitio web. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Türcoe