-
Notifications
You must be signed in to change notification settings - Fork 11
Relecture de contribution-guide.md
#7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
title: Contribution Guide | ||
description: Any contribution to Nuxt.js is more than welcome! | ||
title: Guide de contribution | ||
description: Toute contribution à Nuxt.js est plus que bienvenue ! | ||
--- | ||
|
||
> Any contribution to Nuxt.js is more than welcome! | ||
> Toute contribution à Nuxt.js est plus que bienvenue ! | ||
|
||
## Reporting Issues | ||
## Rapports de problème | ||
|
||
A great way to contribute to the project is to send a detailed report when you encounter an issue. We always appreciate a well-written bug report, and will thank you for it! Before reporting an issue, please read carefully the documentation and search if any issue for your problem doesn't already exist: https://github.com/nuxt/nuxt.js/issues | ||
Une excellente façon de contribuer au projet est d'envoyer un rapport (« issue ») détaillé lorsque vous rencontrez un problème. Nous apprécions toujours un rapport de bogue bien écrit et nous vous en remercierons ! Avant de signaler un problème, lisez attentivement la documentation et vérifiez si votre problème n'a pas déjà été reporté ou résolu : [https://github.com/nuxt/nuxt.js/issues](https://github.com/nuxt/nuxt.js/issues) | ||
|
||
## Pull Requests | ||
## Propositions de fusion | ||
|
||
We'd love to see your pull requests, even if it's just to fix a typo. Any significant improvement should be documented as [a GitHub issue](https://github.com/nuxt/nuxt.js/issues) before anybody starts working on it. | ||
Nous adorerions voir vos propositions de fusion (« pull requests »), même s'il s'agit uniquement de corrections orthographiques. Toute amélioration significative devrait être documentée dans [un rapport détaillé sur GitHub](https://github.com/nuxt/nuxt.js/issues) avant que quelqu'un ne commence à y travailler. | ||
|
||
### Convention | ||
|
||
- For a fix, the branch name should be `fix-XXX` where XXX is the issue number or the name of what your fix does | ||
- For a feature, the branch name should be `feature-XXX` where XXX is the issue number associated to this feature request | ||
- Pour un correctif, le nom de la branche devrait être `fix-XXX` où `XXX` est le numéro du rapport correspondant ou le nom de votre correctif. | ||
- Pour une fonctionnalité, le nom de la branche doit être `feature-XXX` où `XXX` est numéro du rapport correspondante à cette demande de fonctionnalité. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je laisserai "Pull Requests"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je vérifie juste que j'ai bien précisé dans le corp du texte.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui, comme pour SPA, c'est précisé à la ligne juste dessous.
En l'état « Pull Request » veut dire « Je fais une « requête (request) » pour que vous acceptiez de « rappatrier (pull) » mon code dans le votre.
Dans Git le fait de merger deux branche s'appelle une « fusion » en français.
Source : https://git-scm.com/book/fr/v1/Les-branches-avec-Git-Brancher-et-fusionner%C2%A0%3A-les-bases
L'onglet « Pull Requests » propre à GitHub permet, avant fusion, de proposer la fusion afin de permettre aux autres d'accepter ou de refuser la fusion. Cela me semble une traduction appropriée. Je l'ai pour ma part adoptée (même s'il est vrai qu'il n y a pas de documentation française GitHub officielle) :
— https://blog.lesieur.name/comprendre-et-utiliser-git-avec-vos-projets/
Si tu as une traduction plus élégante je veux bien prendre, mais je ne souhaite pas conserver un titre anglais pour quelque chose que l'on peut traduire facilement.
Qu'en pense tu ? Qu'en pense les autres ?
Pour ma part je souhaiterais conserver ce terme (en précisant « pull request » à la première occurance dans le texte qui l'utilise, pas dans le titre).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu m'as convaincu, ça me va !