Skip to content

Commit

Permalink
Merge branch 'staff-channelList' of github.com:ucsb-cs156-f20/proj-ma…
Browse files Browse the repository at this point in the history
…pache-search into staff-channelList
  • Loading branch information
pconrad committed Nov 24, 2020
2 parents 71350cb + 4c2eed9 commit 0f417b8
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.md
@@ -0,0 +1,39 @@
---
name: User Story
about: This is the format for defining user story issues.
title: ''
labels: ''
assignees: ''

---

# User Story

As a ____ I can ____ so that ____

# Acceptance Criteria

- [ ] First thing that should be true when story is done.
- [ ] Second thing that should be true when story is done.
...

# Implementation Todos

Front end:

- [ ] First thing that must be done in the front end code.
- [ ] Second thing that must be done in the front end code.
...

Back end:

- [ ] First thing that must be done in the back end code.
- [ ] Second thing that must be done in the back end code.
...


Testing:

- [ ] Front end tests pass and there is adequate coverage
- [ ] Back end tests pass and there is adequate coverage
...

0 comments on commit 0f417b8

Please sign in to comment.