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 /i18n/CONTRIBUTING | |
| 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 'i18n/CONTRIBUTING')
| -rw-r--r-- | i18n/CONTRIBUTING/CONTRIBUTING.es.md | 69 | ||||
| -rw-r--r-- | i18n/CONTRIBUTING/CONTRIBUTING.fr.md | 68 |
2 files changed, 137 insertions, 0 deletions
diff --git a/i18n/CONTRIBUTING/CONTRIBUTING.es.md b/i18n/CONTRIBUTING/CONTRIBUTING.es.md new file mode 100644 index 00000000..e0d5e28e --- /dev/null +++ b/i18n/CONTRIBUTING/CONTRIBUTING.es.md @@ -0,0 +1,69 @@ +# 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). diff --git a/i18n/CONTRIBUTING/CONTRIBUTING.fr.md b/i18n/CONTRIBUTING/CONTRIBUTING.fr.md new file mode 100644 index 00000000..4fd102f7 --- /dev/null +++ b/i18n/CONTRIBUTING/CONTRIBUTING.fr.md @@ -0,0 +1,68 @@ +# Contribuer aux Projets Hyprland de KooL + +Merci de votre intérêt pour la contribution aux Projets Hyprland de KooL ! Nous accueillons toutes les contributions, y compris les corrections de bugs, les améliorations de fonctionnalités, les mises à jour de la documentation et autres améliorations générales. + +## Commencer + +1. Forkez le dépôt de la branche de développement sur votre compte GitHub. Cela créera une copie de ce dépôt sur votre compte. Vous pouvez apporter des modifications à cette copie sans affecter le dépôt original. + - Pour forker ce dépôt, cliquez sur le bouton **Fork** dans le coin supérieur droit de cette page ou cliquez [ici](https://github.com/JaKooLit/Hyprland-Dots/fork). + - Assurez-vous de décocher « Copy the `main` branch only ». Cela copiera la branche de développement ainsi que les autres branches (s'il y en a). + +2. Clonez votre dépôt forké sur votre machine locale. + + - Utilisez la commande suivante pour cloner votre dépôt forké sur votre machine locale : + ```bash + git clone --depth=1 -b development https://github.com/JaKooLit/Hyprland-Dots.git + ``` + +3. Créez une nouvelle branche pour vos modifications. + + - Par exemple, pour créer une nouvelle branche nommée `nom-de-votre-branche`, utilisez la commande suivante : + + ```bash + git checkout -b nom-de-votre-branche + ``` + +4. Appliquez vos modifications et committez-les avec un message de commit descriptif. + + - Par exemple, pour commit vos modifications, utilisez la commande suivante et assurez-vous de suivre les [directives pour les messages de commit](../COMMIT_MESSAGE_GUIDELINES/COMMIT_MESSAGE_GUIDELINES.fr.md) : + + ```bash + git commit -m "feat: add a new feature" + ``` + +5. Poussez (push) vos modifications vers votre dépôt forké. + + - Par exemple, pour pousser vos modifications vers votre dépôt forké, utilisez la commande suivante : + + ```bash + git push origin nom-de-votre-branche + ``` + +6. Soumettez une **"pull request"** vers le dépôt de la branche de développement. + - Par exemple, pour créer une pull request, suivez ces étapes : + 1. Allez sur votre dépôt forké. + 2. Cliquez sur le bouton **Compare & pull request** à côté de votre branche `nom-de-votre-branche`. + 3. Ajoutez un titre et une description pour votre pull request. + 4. Cliquez sur **Create pull request** et n'oubliez pas d'ajouter les labels pertinents en utilisant le [modèle de pull request](../../.github/PULL_REQUEST_TEMPLATE.md). + +## Directives + +- Respectez le style de code du projet. +- Mettez à jour la **documentation** si nécessaire. +- Ajoutez des tests si cela est applicable. +- Assurez-vous que tous les tests passent ou que l'ensemble soit entièrement testé avant de soumettre vos modifications. +- Gardez votre pull request ciblée et évitez d'inclure des changements non liés. +- N'oubliez pas de consulter les fichiers suivants avant de soumettre vos modifications : + - [bug.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/bug.yml) - Utilisez ce modèle pour créer un rapport afin de nous aider à nous améliorer. + - [feature.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/feature.yml) - Utilisez ce modèle pour suggérer une fonctionnalité pour ce projet. + - [documentation-update.yml](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/ISSUE_TEMPLATE/documentation-update.yml) - Utilisez ce modèle pour proposer une modification de la documentation. + - [PULL_REQUEST_TEMPLATE.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/.github/PULL_REQUEST_TEMPLATE.md) - Utilisez ce modèle pour soumettre une pull request. + - [COMMIT_MESSAGE_GUIDELINES.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/COMMIT_MESSAGE_GUIDELINES.md) - Lisez ce fichier pour en savoir plus sur les directives des messages de commit. + - [CONTRIBUTING.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/CONTRIBUTING.md) - Lisez ce fichier pour en savoir plus sur les directives de contribution. + - [LICENSE](https://github.com/JaKooLit/Hyprland-Dots/blob/main/LICENSE.md) - Lisez ce fichier pour en savoir plus sur la licence. + - [README.md](https://github.com/JaKooLit/Hyprland-Dots/blob/main/README.md) - Lisez ce fichier pour en savoir plus sur le projet. + +## Contact + +Si vous avez des questions, n'hésitez pas à me contacter via les [Discussions GitHub](https://github.com/JaKooLit/Hyprland-Dots/discussions) ou [via le serveur Discord](https://discord.gg/kool-tech-world).
\ No newline at end of file |
