From ab826028fa65f263952b637d6982fae820c41967 Mon Sep 17 00:00:00 2001 From: LucasV-IUT <81527471+LucasV-IUT@users.noreply.github.com> Date: Sun, 7 Nov 2021 17:19:52 +0100 Subject: [PATCH] User Story Template --- .github/ISSUE_TEMPLATE/user-story-template.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/user-story.md | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/user-story-template.md create mode 100644 .github/ISSUE_TEMPLATE/user-story.md diff --git a/.github/ISSUE_TEMPLATE/user-story-template.md b/.github/ISSUE_TEMPLATE/user-story-template.md new file mode 100644 index 0000000..3f68056 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story-template.md @@ -0,0 +1,25 @@ +--- +name: User Story Template +about: Modèle de User Story +title: "[US]" +labels: '' +assignees: '' + +--- + +# Description + +**EN TANT QUE:** +**JE VEUT:** +**DE TELLE SORTE QUE:** + +## Règles métier +- +- + +## Tests d'acceptations + +### +**ETANT DONNE:** +**LORSQUE:** +**ALORS:** diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md new file mode 100644 index 0000000..6d85544 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -0,0 +1,25 @@ +--- +name: User Story +about: Modèles de User Stories +title: "[US]" +labels: '' +assignees: '' + +--- + +# Description + +**EN TANT QUE:** +**JE VEUT:** +**DE TELLE SORTE QUE:** + +## Règles métier +- +- + +## Tests d'acceptations + +### +**ETANT DONNE:** +**LORSQUE:** +**ALORS:**