{"title":"Soumission de correctifs","version":"3.1","locale":"fr","docname":"internals/contributing/writing-code/submitting-patches","url":"/fr/3.1/internals/contributing/writing-code/submitting-patches/","canonical":"https://djangodocs.dev/fr/3.1/internals/contributing/writing-code/submitting-patches/","summary":"Nous sommes toujours reconnaissants pour tout correctif au code de Django. Il est vrai que les rapports de bogue avec correctif associé seront résolus bien plus…","html":"<h1>Soumission de correctifs<a class=\"heading-anchor\" href=\"#submitting-patches\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h1>\n<p>Nous sommes toujours reconnaissants pour tout correctif au code de Django. Il est vrai que les rapports de bogue avec correctif associé seront résolus <em>bien</em> plus rapidement que ceux sans correctif.</p>\n<section id=\"typo-fixes-and-trivial-documentation-changes\">\n<h2>Corrections orthographiques et modifications de documentation<a class=\"heading-anchor\" href=\"#typo-fixes-and-trivial-documentation-changes\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Si vous corrigez un problème vraiment trivial, par exemple en changeant un mot dans la documentation, la manière préférée de soumettre un correctif est de passer par les requêtes de contribution GitHub sans ouvrir un ticket Trac.</p>\n<p>Consultez <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/working-with-git/\"><span class=\"doc\">Travailler avec Git et GitHub</span></a> pour plus de détails sur la manière d’utiliser les requêtes de contribution (« pull requests »).</p>\n</section>\n<section id=\"claiming-tickets\">\n<h2>« Claiming » tickets<a class=\"heading-anchor\" href=\"#claiming-tickets\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>In an open-source project with hundreds of contributors around the world, it’s\nimportant to manage communication efficiently so that work doesn’t get\nduplicated and contributors can be as effective as possible.</p>\n<p>Hence, our policy is for contributors to « claim » tickets in order to let other\ndevelopers know that a particular bug or feature is being worked on.</p>\n<p>If you have identified a contribution you want to make and you’re capable of\nfixing it (as measured by your coding ability, knowledge of Django internals\nand time availability), claim it by following these steps:</p>\n<ul class=\"simple\">\n<li><p><a class=\"reference external\" href=\"https://code.djangoproject.com/github/login\">Login using your GitHub account</a> or <a class=\"reference external\" href=\"https://www.djangoproject.com/accounts/register/\">create an account</a> in our ticket\nsystem. If you have an account but have forgotten your password, you can\nreset it using the <a class=\"reference external\" href=\"https://www.djangoproject.com/accounts/password/reset/\">password reset page</a>.</p></li>\n<li><p>Si un ticket pour ce problème n’existe pas encore, créez-en un dans notre <a class=\"reference external\" href=\"https://code.djangoproject.com/\">système de suivi des tickets</a>.</p></li>\n<li><p>Si un ticket pour ce problème existe déjà, assurez-vous que personne ne s’en occupe déjà. Pour cela, examinez la section <code class=\"docutils literal notranslate\"><span class=\"pre\">Owned</span> <span class=\"pre\">by</span></code> du ticket. S’il est attribué à <code class=\"docutils literal notranslate\"><span class=\"pre\">nobody</span></code>, c’est qu’il est disponible. Sinon, quelqu’un d’autre est probablement en train de travailler sur ce ticket. Cherchez alors un autre bogue ou fonctionnalité ou contactez le développeur travaillant sur le ticket pour offrir votre aide. Si un ticket est attribué à quelqu’un depuis des semaines ou mois sans activité, il peut sans doute vous être attribué sans risque de conflit.</p></li>\n<li><p>Log into your account, if you haven’t already, by clicking « GitHub Login »\nor « DjangoProject Login » in the upper left of the ticket page.</p></li>\n<li><p>Claim the ticket by clicking the « assign to myself » radio button under\n« Action » near the bottom of the page, then click « Submit changes. »</p></li>\n</ul>\n<aside class=\"admonition admonition-note\" role=\"note\">\n<p class=\"admonition-title\">Note</p>\n<p>The Django software foundation requests that anyone contributing more than\na trivial patch to Django sign and submit a <a class=\"reference external\" href=\"https://www.djangoproject.com/foundation/cla/\">Contributor License\nAgreement</a>, this ensures that the Django Software Foundation has clear\nlicense to all contributions allowing for a clear license for all users.</p>\n</aside>\n<section id=\"ticket-claimers-responsibility\">\n<h3>Ticket claimers” responsibility<a class=\"heading-anchor\" href=\"#ticket-claimers-responsibility\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Once you’ve claimed a ticket, you have a responsibility to work on that ticket\nin a reasonably timely fashion. If you don’t have time to work on it, either\nunclaim it or don’t claim it in the first place!</p>\n<p>If there’s no sign of progress on a particular claimed ticket for a week or\ntwo, another developer may ask you to relinquish the ticket claim so that it’s\nno longer monopolized and somebody else can claim it.</p>\n<p>If you’ve claimed a ticket and it’s taking a long time (days or weeks) to code,\nkeep everybody updated by posting comments on the ticket. If you don’t provide\nregular updates, and you don’t respond to a request for a progress report,\nyour claim on the ticket may be revoked.</p>\n<p>As always, more communication is better than less communication!</p>\n</section>\n<section id=\"which-tickets-should-be-claimed\">\n<h3>Which tickets should be claimed?<a class=\"heading-anchor\" href=\"#which-tickets-should-be-claimed\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Going through the steps of claiming tickets is overkill in some cases.</p>\n<p>In the case of small changes, such as typos in the documentation or small bugs\nthat will only take a few minutes to fix, you don’t need to jump through the\nhoops of claiming tickets. Submit your patch directly and you’re done!</p>\n<p>It is <em>always</em> acceptable, regardless whether someone has claimed it or not, to\nsubmit patches to a ticket if you happen to have a patch ready.</p>\n</section>\n</section>\n<section id=\"patch-style\">\n<span id=\"id1\"></span><h2>Style des correctifs<a class=\"heading-anchor\" href=\"#patch-style\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Assurez-vous que toute contribution remplit au minimum les exigences suivantes :</p>\n<ul class=\"simple\">\n<li><p>The code required to fix a problem or add a feature is an essential part\nof a patch, but it is not the only part. A good patch should also include a\n<a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/unit-tests/\"><span class=\"doc\">regression test</span></a> to validate the behavior that has been\nfixed and to prevent the problem from arising again. Also, if some tickets\nare relevant to the code that you’ve written, mention the ticket numbers in\nsome comments in the test so that one can easily trace back the relevant\ndiscussions after your patch gets committed, and the tickets get closed.</p></li>\n<li><p>If the code associated with a patch adds a new feature, or modifies\nbehavior of an existing feature, the patch should also contain\ndocumentation.</p></li>\n</ul>\n<p>When you think your work is ready to be reviewed, send <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/working-with-git/\"><span class=\"doc\">a GitHub pull\nrequest</span></a>. Please review the patch yourself using our\n<a class=\"reference internal\" href=\"#patch-review-checklist\"><span class=\"std std-ref\">patch review checklist</span></a> first.</p>\n<p>If you can’t send a pull request for some reason, you can also use patches in\nTrac. When using this style, follow these guidelines.</p>\n<ul class=\"simple\">\n<li><p>Submit patches in the format returned by the <code class=\"docutils literal notranslate\"><span class=\"pre\">git</span> <span class=\"pre\">diff</span></code> command.</p></li>\n<li><p>Attach patches to a ticket in the <a class=\"reference external\" href=\"https://code.djangoproject.com/\">ticket tracker</a>, using the « attach\nfile » button. Please <em>don’t</em> put the patch in the ticket description\nor comment unless it’s a single line patch.</p></li>\n<li><p>Name the patch file with a <code class=\"docutils literal notranslate\"><span class=\"pre\">.diff</span></code> extension; this will let the ticket\ntracker apply correct syntax highlighting, which is quite helpful.</p></li>\n</ul>\n<p>Regardless of the way you submit your work, follow these steps.</p>\n<ul class=\"simple\">\n<li><p>Make sure your code fulfills the requirements in our <a class=\"reference internal\" href=\"#patch-review-checklist\"><span class=\"std std-ref\">patch review\nchecklist</span></a>.</p></li>\n<li><p>Check the « Has patch » box on the ticket and make sure the « Needs\ndocumentation », « Needs tests », and « Patch needs improvement » boxes aren’t\nchecked. This makes the ticket appear in the « Patches needing review » queue\non the <a class=\"reference external\" href=\"https://dashboard.djangoproject.com/\">Development dashboard</a>.</p></li>\n</ul>\n</section>\n<section id=\"non-trivial-patches\">\n<h2>Non-trivial patches<a class=\"heading-anchor\" href=\"#non-trivial-patches\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>A « non-trivial » patch is one that is more than a small bug fix. It’s a patch\nthat introduces Django functionality and makes some sort of design decision.</p>\n<p>If you provide a non-trivial patch, include evidence that alternatives have\nbeen discussed on <a class=\"reference internal\" href=\"/fr/3.1/internals/mailing-lists/#django-developers-mailing-list\"><span class=\"std std-ref\">django-developers</span></a>.</p>\n<p>If you’re not sure whether your patch should be considered non-trivial, ask on\nthe ticket for opinions.</p>\n</section>\n<section id=\"deprecating-a-feature\">\n<span id=\"id2\"></span><h2>Deprecating a feature<a class=\"heading-anchor\" href=\"#deprecating-a-feature\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Il existe plusieurs raisons pour que du code Django soit rendu obsolète :</p>\n<ul class=\"simple\">\n<li><p>Si une fonctionnalité a été améliorée ou modifiée de manière non rétrocompatible, l’ancienne fonctionnalité ou comportement sera rendu obsolète.</p></li>\n<li><p>Il peut arriver que Django inclue un rétroportage d’une bibliothèque Python qui ne fait pas encore partie d’une version de Python prise en charge actuellement par Django. Lorsque Django n’a plus besoin de prendre en charge l’ancienne version de Python qui nécessitait d’inclure cette bibliothèque, l’inclusion de celle-ci sera rendue obsolète dans Django.</p></li>\n</ul>\n<p>As the <a class=\"reference internal\" href=\"/fr/3.1/internals/release-process/#internal-release-deprecation-policy\"><span class=\"std std-ref\">deprecation policy</span></a> describes,\nthe first release of Django that deprecates a feature (<code class=\"docutils literal notranslate\"><span class=\"pre\">A.B</span></code>) should raise a\n<code class=\"docutils literal notranslate\"><span class=\"pre\">RemovedInDjangoXXWarning</span></code> (where XX is the Django version where the feature\nwill be removed) when the deprecated feature is invoked. Assuming we have good\ntest coverage, these warnings are converted to errors when <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/unit-tests/#running-unit-tests\"><span class=\"std std-ref\">running the\ntest suite</span></a> with warnings enabled:\n<code class=\"docutils literal notranslate\"><span class=\"pre\">python</span> <span class=\"pre\">-Wa</span> <span class=\"pre\">runtests.py</span></code>. Thus, when adding a <code class=\"docutils literal notranslate\"><span class=\"pre\">RemovedInDjangoXXWarning</span></code>\nyou need to eliminate or silence any warnings generated when running the tests.</p>\n<p>The first step is to remove any use of the deprecated behavior by Django itself.\nNext you can silence warnings in tests that actually test the deprecated\nbehavior by using the <code class=\"docutils literal notranslate\"><span class=\"pre\">ignore_warnings</span></code> decorator, either at the test or class\nlevel:</p>\n<ol class=\"arabic\">\n<li><p>In a particular test:</p>\n<div class=\"code-block\" data-language=\"default\"><div class=\"code-block-toolbar\"><span class=\"code-block-language\">Code</span><button type=\"button\" class=\"copy-button\" data-copy hidden><span class=\"copy-button-label\">Copy</span></button></div><pre role=\"group\" tabindex=\"0\" aria-label=\"Code code\"><code><span class=\"kn\">from</span><span class=\"w\"> </span><span class=\"nn\">django.test</span><span class=\"w\"> </span><span class=\"kn\">import</span> <span class=\"n\">ignore_warnings</span>\n<span class=\"kn\">from</span><span class=\"w\"> </span><span class=\"nn\">django.utils.deprecation</span><span class=\"w\"> </span><span class=\"kn\">import</span> <span class=\"n\">RemovedInDjangoXXWarning</span>\n\n<span class=\"nd\">@ignore_warnings</span><span class=\"p\">(</span><span class=\"n\">category</span><span class=\"o\">=</span><span class=\"n\">RemovedInDjangoXXWarning</span><span class=\"p\">)</span>\n<span class=\"k\">def</span><span class=\"w\"> </span><span class=\"nf\">test_foo</span><span class=\"p\">(</span><span class=\"bp\">self</span><span class=\"p\">):</span>\n    <span class=\"o\">...</span>\n</code></pre></div>\n</li>\n<li><p>For an entire test case:</p>\n<div class=\"code-block\" data-language=\"default\"><div class=\"code-block-toolbar\"><span class=\"code-block-language\">Code</span><button type=\"button\" class=\"copy-button\" data-copy hidden><span class=\"copy-button-label\">Copy</span></button></div><pre role=\"group\" tabindex=\"0\" aria-label=\"Code code\"><code><span class=\"kn\">from</span><span class=\"w\"> </span><span class=\"nn\">django.test</span><span class=\"w\"> </span><span class=\"kn\">import</span> <span class=\"n\">ignore_warnings</span>\n<span class=\"kn\">from</span><span class=\"w\"> </span><span class=\"nn\">django.utils.deprecation</span><span class=\"w\"> </span><span class=\"kn\">import</span> <span class=\"n\">RemovedInDjangoXXWarning</span>\n\n<span class=\"nd\">@ignore_warnings</span><span class=\"p\">(</span><span class=\"n\">category</span><span class=\"o\">=</span><span class=\"n\">RemovedInDjangoXXWarning</span><span class=\"p\">)</span>\n<span class=\"k\">class</span><span class=\"w\"> </span><span class=\"nc\">MyDeprecatedTests</span><span class=\"p\">(</span><span class=\"n\">unittest</span><span class=\"o\">.</span><span class=\"n\">TestCase</span><span class=\"p\">):</span>\n    <span class=\"o\">...</span>\n</code></pre></div>\n</li>\n</ol>\n<p>You can also add a test for the deprecation warning:</p>\n<div class=\"code-block\" data-language=\"default\"><div class=\"code-block-toolbar\"><span class=\"code-block-language\">Code</span><button type=\"button\" class=\"copy-button\" data-copy hidden><span class=\"copy-button-label\">Copy</span></button></div><pre role=\"group\" tabindex=\"0\" aria-label=\"Code code\"><code><span class=\"kn\">from</span><span class=\"w\"> </span><span class=\"nn\">django.utils.deprecation</span><span class=\"w\"> </span><span class=\"kn\">import</span> <span class=\"n\">RemovedInDjangoXXWarning</span>\n\n<span class=\"k\">def</span><span class=\"w\"> </span><span class=\"nf\">test_foo_deprecation_warning</span><span class=\"p\">(</span><span class=\"bp\">self</span><span class=\"p\">):</span>\n    <span class=\"n\">msg</span> <span class=\"o\">=</span> <span class=\"s1\">&#39;Expected deprecation message&#39;</span>\n    <span class=\"k\">with</span> <span class=\"bp\">self</span><span class=\"o\">.</span><span class=\"n\">assertWarnsMessage</span><span class=\"p\">(</span><span class=\"n\">RemovedInDjangoXXWarning</span><span class=\"p\">,</span> <span class=\"n\">msg</span><span class=\"p\">):</span>\n        <span class=\"c1\"># invoke deprecated behavior</span>\n</code></pre></div>\n<p>Finally, there are a couple of updates to Django’s documentation to make:</p>\n<ol class=\"arabic simple\">\n<li><p>If the existing feature is documented, mark it deprecated in documentation\nusing the <code class=\"docutils literal notranslate\"><span class=\"pre\">..</span> <span class=\"pre\">deprecated::</span> <span class=\"pre\">A.B</span></code> annotation. Include a short description\nand a note about the upgrade path if applicable.</p></li>\n<li><p>Add a description of the deprecated behavior, and the upgrade path if\napplicable, to the current release notes (<code class=\"docutils literal notranslate\"><span class=\"pre\">docs/releases/A.B.txt</span></code>) under\nthe « Features deprecated in A.B » heading.</p></li>\n<li><p>Ajoutez une ligne dans la planification d’obsolescence (<code class=\"docutils literal notranslate\"><span class=\"pre\">docs/internals/deprecation.txt</span></code>) sous la version adéquate en indiquant le code qui sera supprimé.</p></li>\n</ol>\n<p>Once you have completed these steps, you are finished with the deprecation.\nIn each <a class=\"reference internal\" href=\"/fr/3.1/internals/release-process/#term-Feature-release\"><span class=\"xref std std-term\">feature release</span></a>, all\n<code class=\"docutils literal notranslate\"><span class=\"pre\">RemovedInDjangoXXWarning</span></code>s matching the new version are removed.</p>\n</section>\n<section id=\"javascript-patches\">\n<h2>Correctifs JavaScript<a class=\"heading-anchor\" href=\"#javascript-patches\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Pour des informations sur les correctifs JavaScript, consultez la documentation <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/javascript/#javascript-patches\"><span class=\"std std-ref\">Correctifs JavaScript</span></a>.</p>\n</section>\n<section id=\"patch-review-checklist\">\n<span id=\"id3\"></span><h2>Liste de contrôle de révision des correctifs<a class=\"heading-anchor\" href=\"#patch-review-checklist\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Use this checklist to review a pull request. If you are reviewing a pull\nrequest that is not your own and it passes all the criteria below, please set\nthe « Triage Stage » on the corresponding Trac ticket to « Ready for checkin ».\nIf you’ve left comments for improvement on the pull request, please tick the\nappropriate flags on the Trac ticket based on the results of your review:\n« Patch needs improvement », « Needs documentation », and/or « Needs tests ». As time\nand interest permits, committers do final reviews of « Ready for checkin »\ntickets and will either commit the patch or bump it back to « Accepted » if\nfurther works need to be done. If you’re looking to become a committer,\ndoing thorough reviews of patches is a great way to earn trust.</p>\n<p>Looking for a patch to review? Check out the « Patches needing review » section\nof the <a class=\"reference external\" href=\"https://dashboard.djangoproject.com/\">Django Development Dashboard</a>.\nLooking to get your patch reviewed? Ensure the Trac flags on the ticket are\nset so that the ticket appears in that queue.</p>\n<section id=\"documentation\">\n<h3>Documentation<a class=\"heading-anchor\" href=\"#documentation\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<ul class=\"simple\">\n<li><p>Est-ce que la documentation peut être construite sans erreur (<code class=\"docutils literal notranslate\"><span class=\"pre\">make</span> <span class=\"pre\">html</span></code> ou <code class=\"docutils literal notranslate\"><span class=\"pre\">make.bat</span> <span class=\"pre\">html</span></code> sur Windows, à partir du répertoire <code class=\"docutils literal notranslate\"><span class=\"pre\">docs</span></code>) ?</p></li>\n<li><p>Est-ce que la documentation respecte les lignes directrices de style d’écriture de <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-documentation/\"><span class=\"doc\">Écrire la documentation</span></a>?</p></li>\n<li><p>Y a-t-il des <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-documentation/#documentation-spelling-check\"><span class=\"std std-ref\">fautes d’orthographe</span></a>?</p></li>\n</ul>\n</section>\n<section id=\"bugs\">\n<h3>Bogues<a class=\"heading-anchor\" href=\"#bugs\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<ul class=\"simple\">\n<li><p>Y a-t-il un test de régression approprié (le test doit échouer avant l’application de la correction) ?</p></li>\n<li><p>S’il s’agit d’un bogue qui <a class=\"reference internal\" href=\"/fr/3.1/internals/release-process/#supported-versions-policy\"><span class=\"std std-ref\">est susceptible d’être rétroporté</span></a> vers la version stable de Django, existe-t-il une note de publication dans <code class=\"docutils literal notranslate\"><span class=\"pre\">docs/releases/A.B.C.txt</span></code>? Les corrections de bogues qui ne s’appliquent qu’à la branche <code class=\"docutils literal notranslate\"><span class=\"pre\">master</span></code> n’ont pas besoin d’une note de publication.</p></li>\n</ul>\n</section>\n<section id=\"new-features\">\n<h3>Nouvelles fonctionnalités<a class=\"heading-anchor\" href=\"#new-features\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<ul class=\"simple\">\n<li><p>Y a-t-il des tests qui « éprouvent » la totalité du nouveau code ?</p></li>\n<li><p>Existe-t-il une note de publication dans <code class=\"docutils literal notranslate\"><span class=\"pre\">docs/releases/A.B.txt</span></code>?</p></li>\n<li><p>La fonctionnalité est-elle documentée et est-elle <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-documentation/#documenting-new-features\"><span class=\"std std-ref\">annotée convenablement</span></a> avec <code class=\"docutils literal notranslate\"><span class=\"pre\">..</span> <span class=\"pre\">versionadded::</span> <span class=\"pre\">A.B</span></code> ou <code class=\"docutils literal notranslate\"><span class=\"pre\">..</span> <span class=\"pre\">versionchanged::</span> <span class=\"pre\">A.B</span></code>?</p></li>\n</ul>\n</section>\n<section id=\"id4\">\n<h3>Deprecating a feature<a class=\"heading-anchor\" href=\"#id4\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Consultez le guide <a class=\"reference internal\" href=\"#deprecating-a-feature\"><span class=\"std std-ref\">Deprecating a feature</span></a>.</p>\n</section>\n<section id=\"all-code-changes\">\n<h3>Toutes les modifications de code<a class=\"heading-anchor\" href=\"#all-code-changes\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<ul class=\"simple\">\n<li><p>Est-ce que le <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/writing-code/coding-style/\"><span class=\"doc\">style du code</span></a> est conforme à nos lignes directrices ? Le code produit-il des erreurs <code class=\"docutils literal notranslate\"><span class=\"pre\">flake8</span></code>?</p></li>\n<li><p>Si la modification n’est pas rétrocompatible d’une quelconque manière, existe-t-il une note de publication appropriée (dans <code class=\"docutils literal notranslate\"><span class=\"pre\">docs/releases/A.B.txt</span></code>) ?</p></li>\n<li><p>Est-ce que la suite de tests de Django passe ?</p></li>\n</ul>\n</section>\n<section id=\"all-tickets\">\n<h3>Tous les tickets<a class=\"heading-anchor\" href=\"#all-tickets\"><span class=\"visually-hidden\">Lien vers cette rubrique</span><span aria-hidden=\"true\">#</span></a></h3>\n<ul class=\"simple\">\n<li><p>La requête de contribution est-elle un seul commit fusionné avec un message respectant notre <a class=\"reference internal\" href=\"/fr/3.1/internals/contributing/committing-code/#committing-guidelines\"><span class=\"std std-ref\">format des messages de commit</span></a>?</p></li>\n<li><p>Êtes-vous l’auteur du commit et un nouveau contributeur ? Veuillez vous ajouter dans le fichier <code class=\"docutils literal notranslate\"><span class=\"pre\">AUTHORS</span></code> et soumettre un <a class=\"reference external\" href=\"https://www.djangoproject.com/foundation/cla/\">Contributor License Agreement</a> (accord de licence de contribution).</p></li>\n</ul>\n</section>\n</section>","rootId":"submitting-patches","toc":[{"title":"Corrections orthographiques et modifications de documentation","anchor":"typo-fixes-and-trivial-documentation-changes","children":[]},{"title":"« Claiming » tickets","anchor":"claiming-tickets","children":[{"title":"Ticket claimers” responsibility","anchor":"ticket-claimers-responsibility","children":[]},{"title":"Which tickets should be claimed?","anchor":"which-tickets-should-be-claimed","children":[]}]},{"title":"Style des correctifs","anchor":"patch-style","children":[]},{"title":"Non-trivial patches","anchor":"non-trivial-patches","children":[]},{"title":"Deprecating a feature","anchor":"deprecating-a-feature","children":[]},{"title":"Correctifs JavaScript","anchor":"javascript-patches","children":[]},{"title":"Liste de contrôle de révision des correctifs","anchor":"patch-review-checklist","children":[{"title":"Documentation","anchor":"documentation","children":[]},{"title":"Bogues","anchor":"bugs","children":[]},{"title":"Nouvelles fonctionnalités","anchor":"new-features","children":[]},{"title":"Deprecating a feature","anchor":"id4","children":[]},{"title":"Toutes les modifications de code","anchor":"all-code-changes","children":[]},{"title":"Tous les tickets","anchor":"all-tickets","children":[]}]}],"breadcrumbs":[{"docname":"internals/index","title":"Fonctionnement interne du projet Django","url":"/fr/3.1/internals/"},{"docname":"internals/contributing/index","title":"Contribuer à Django","url":"/fr/3.1/internals/contributing/"},{"docname":"internals/contributing/writing-code/index","title":"Écriture du code","url":"/fr/3.1/internals/contributing/writing-code/"}],"prev":{"docname":"internals/contributing/writing-code/unit-tests","title":"Les tests unitaires","url":"/fr/3.1/internals/contributing/writing-code/unit-tests/"},"next":{"docname":"internals/contributing/writing-code/working-with-git","title":"Travailler avec Git et GitHub","url":"/fr/3.1/internals/contributing/writing-code/working-with-git/"},"formats":{"html":"/fr/3.1/internals/contributing/writing-code/submitting-patches/","markdown":"/fr/3.1/internals/contributing/writing-code/submitting-patches.md","json":"/fr/3.1/internals/contributing/writing-code/submitting-patches.json"},"source":"https://github.com/django/django/blob/stable/3.1.x/docs/internals/contributing/writing-code/submitting-patches.txt","official":"https://docs.djangoproject.com/fr/3.1/internals/contributing/writing-code/submitting-patches/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2","3.1","3.0","2.2","2.1","2.0","1.11","1.10","1.9"],"inLocales":["en","zh-hans","fr","ja","id","pt-br","ko","es","el","pl"]}