From 0f154fbd4abdd42578f2d7c2b98430c12160cf37 Mon Sep 17 00:00:00 2001 From: gipsh Date: Tue, 8 Aug 2023 09:23:51 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/user-story-template.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/user-story-template.md diff --git a/.github/ISSUE_TEMPLATE/user-story-template.md b/.github/ISSUE_TEMPLATE/user-story-template.md new file mode 100644 index 000000000..efab41784 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user-story-template.md @@ -0,0 +1,42 @@ +--- +name: User Story template +about: User story basic template +title: '' +labels: '' +assignees: '' + +--- + +[ +The user story should have a reason to exist: what do I need as the user described in the summary? +This part details any detail that could not be passed by the summary. +] + + +### Acceptance Criteria + +1. [If I do A.] +1. [B should happen.] + +[ +Also, here are a few points that need to be addressed: + +1. Constraint 1; +1. Constraint 2; +1. Constraint 3. +] + + +### Resources: + +* Mockups: [Here goes a URL to or the name of the mockup(s) in inVision]; +* Testing URL: [Here goes a URL to the testing branch or IP]; +* Staging URL: [Here goes a URL to the feature on staging]; + + +### Notes + +[Some complementary notes if necessary:] + +* > Here goes a quote from an email +* Here goes whatever useful information can exist…