From 714082fe84069ce182f14a18db29cfc95b75e1b0 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 20 Aug 2019 10:51:19 -0600 Subject: [PATCH] Add issue templates --- .gitlab/issue_templates/bug.md | 29 +++++++++++++++++++++++++++ .gitlab/issue_templates/task.md | 10 +++++++++ .gitlab/issue_templates/user-story.md | 21 +++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 .gitlab/issue_templates/bug.md create mode 100644 .gitlab/issue_templates/task.md create mode 100644 .gitlab/issue_templates/user-story.md diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000..e779023 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,29 @@ +## Operating System +eg: Mac OSX 10.13.2 + +## Browser +eg: Firefox 64.0.2 +If bug is not present in a certain browser, specify that as well. + +## Steps to reproduce + +(How one can reproduce the issue - include specific links when possible) + + + +## What is the current bug behavior? + +(What actually happens) + + +## What is the expected correct behavior? + +(What you should see instead) + + +## Relevant screenshots + + + +/label ~Bug +/assign @cedewey diff --git a/.gitlab/issue_templates/task.md b/.gitlab/issue_templates/task.md new file mode 100644 index 0000000..aa0ceae --- /dev/null +++ b/.gitlab/issue_templates/task.md @@ -0,0 +1,10 @@ +## Background + +[Relevant info on why this task needs to be done.] + +## Work Required +[if multiple steps are required, add checklist - usually done by Agaric] + + +/label ~Task +/assign @cedewey diff --git a/.gitlab/issue_templates/user-story.md b/.gitlab/issue_templates/user-story.md new file mode 100644 index 0000000..3c5af98 --- /dev/null +++ b/.gitlab/issue_templates/user-story.md @@ -0,0 +1,21 @@ +## Acceptance Criteria + +Given that I am a [user role], +when I [action], +then I [result], +so that [reason]. + +## Background + +[Relevant background info elaborating on the "why" of the user story.] + +## Additional Info + +[Screenshots, wireframes, prototypes or other relevant documentation] + +## Work Required + +[Steps required to complete user story, usually completed by Agaric.] + +/label ~"User Story" +/assign @cedewey