From 286acdd3bff0570d53be344effa9de3626b9778b Mon Sep 17 00:00:00 2001 From: Michael Pond Date: Thu, 15 Aug 2024 09:55:21 -0400 Subject: [PATCH] Adding PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7ea3027 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + +# Summary | Résumé + + +> 1-3 sentence description of the changed you're proposing, including a link to +> a GitHub Issue # or Trello card if applicable. + +--- + +> Description en 1 à 3 phrases de la modification proposée, avec un lien vers le +> problème (« issue ») GitHub ou la fiche Trello, le cas échéant. + +> **Note**: Ajoutez vous une nouvelle page par Articles GC? Assurez vous d'ajouter le chemin dans les [règles WAF](https://github.com/cds-snc/notification-utils/tree/main/.github/actions/waffles#supporting-a-new-url-within-gcnotify). + +# Test instructions | Instructions pour tester la modification + +> Sequential steps (1., 2., 3., ...) that describe how to test this change. This +> will help a developer test things out without too much detective work. Also, +> include any environmental setup steps that aren't in the normal README steps +> and/or any time-based elements that this requires. + +--- + +> Étapes consécutives (1., 2., 3., …) qui décrivent la façon de tester la +> modification. Elles aideront les développeurs à faire des tests sans avoir à +> jouer au détective. Veuillez aussi inclure toutes les étapes de configuration +> de l’environnement qui ne font pas partie des étapes normales dans le fichier +> README et tout élément temporel requis. \ No newline at end of file