diff options
| author | Loris383 <194787933+Loris383v@users.noreply.github.com> | 2026-02-01 17:46:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-01 11:46:17 -0500 |
| commit | 0c663c83dc4436a94c8d47445c51636868d0a895 (patch) | |
| tree | 3ba55b1d5079229ad2c4de8254bb3766300d4b42 /CONTRIBUTING.es.md | |
| parent | 218e2b85622e397686fd8a6bd085c006bb6a92f2 (diff) | |
Docs: i18n edits (#940)
* Add SummitSplit v3 configuration for top and bottom bars (#935)
Added the configuration for SummitSplit to include 0-JA-0 Top and updated the bottom bar settings.
* Refactor Tak0-Per-Window-Switch script, fixing issue (#936)
Fixed the issue that made the script to forget the choice of language on windows.
In case of switching from language 1 to language 3, switching a window, then getting back to the previous window - you had to switch from half-saved state to language 1 and then all the way to language 3.
* Add french readme
* Change i18n architecture
* docs: commit message guidelines french translation
* docs: add contributing.md french translation
* docs: add code of conduct french translation
Translation taken from https://www.contributor-covenant.org/fr/version/2/1/code_of_conduct/code_of_conduct.md
* docs: linked french translations in readme.md
Added under the spanish ones, same format
---------
Co-authored-by: Martin Guzman <55927935+brockar@users.noreply.github.com>
Co-authored-by: tak0dan <tmtroshko@gmail.com>
Co-authored-by: Donald Williams <129223418+dwilliam62@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTING.es.md')
| -rw-r--r-- | CONTRIBUTING.es.md | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/CONTRIBUTING.es.md b/CONTRIBUTING.es.md deleted file mode 100644 index e0d5e28e..00000000 --- a/CONTRIBUTING.es.md +++ /dev/null @@ -1,69 +0,0 @@ -# Guía para Contribuir a KooL Hyprland Projects - -[Ver versión en inglés](./CONTRIBUTING.md) - -¡Gracias por tu interés en contribuir a KooL Hyprland Projects! Aceptamos todo tipo de contribuciones: correcciones de errores, nuevas características, mejoras en documentación y otras mejoras generales. - -## Primeros pasos - -1. Haz un fork del repositorio de la rama `development` en tu cuenta de GitHub. Así tendrás una copia sobre la cual trabajar sin afectar el repositorio original. - - Para hacer fork, pulsa el botón **Fork** en la esquina superior derecha de esta página o haz clic [aquí](https://github.com/JaKooLit/Hyprland-Dots/fork). - - Asegúrate de desmarcar la opción de copiar solo la rama `main`. Así se copiarán la rama `development` y otras ramas (si existen). - -2. Clona tu repositorio bifurcado en tu equipo. - - - Usa el siguiente comando para clonar tu fork: - - ```bash - git clone --depth=1 -b development https://github.com/JaKooLit/Hyprland-Dots.git - ``` - -3. Crea una rama nueva para tus cambios. - - - Por ejemplo, para crear una rama llamada `tu-rama`, ejecuta: - - ```bash - git checkout -b tu-rama - ``` - -4. Realiza tus cambios y haz commit con un mensaje descriptivo. - - - Por ejemplo, para hacer commit de tus cambios, ejecuta (siguiendo la [guía de mensajes de commit](./COMMIT_MESSAGE_GUIDELINES.md)): - - ```bash - git commit -m "feat: add a new feature" - ``` - -5. Empuja tu rama a tu fork. - - ```bash - git push origin tu-rama - ``` - -6. Abre un **pull request** contra el repositorio en la rama `development`. - - Pasos sugeridos: - 1. Ve a tu fork en GitHub. - 2. Haz clic en **Compare & pull request** junto a tu rama. - 3. Añade un título y una descripción. - 4. Pulsa **Create pull request** y recuerda añadir las etiquetas correspondientes usando la [plantilla de PR](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md). - -## Directrices - -- Sigue el estilo de código del proyecto. -- Actualiza la **documentación** si es necesario. -- Añade tests cuando corresponda. -- Asegúrate de que todos los tests pasen o que los cambios estén probados antes de enviar. -- Mantén tu PR enfocado y evita incluir cambios no relacionados. -- Revisa estos archivos antes de enviar tus cambios: - - [bug.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) – Reporte de errores. - - [feature.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) – Sugerir características. - - [documentation-update.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) – Cambios de documentación. - - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) – Plantilla de PR. - - [COMMIT_MESSAGE_GUIDELINES.md](./COMMIT_MESSAGE_GUIDELINES.md) – Guía de mensajes de commit. - - [CONTRIBUTING.md](./CONTRIBUTING.md) – Guía en inglés. - - [LICENSE](https://github.com/JaKooLit/Hyprland-Dots/blob/main/LICENSE.md) – Licencia. - - [README.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md) – Proyecto. - -## Contacto - -Si tienes preguntas, utiliza [GitHub Discussions](https://github.com/JaKooLit/Hyprland-Dots/discussions) o el [Servidor de Discord](https://discord.gg/kool-tech-world). |
