Skip to content

Commit

Permalink
Merge pull request #123 from nimblehq/chore/122-add-story-template
Browse files Browse the repository at this point in the history
[#122] Add Story template
  • Loading branch information
lydiasama authored Aug 31, 2021
2 parents 15428e5 + 805e80a commit dfd98b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/story_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "Story"
about: "Open a feature story"
title: "[Type] As a user, I can "
labels: "type : feature"
---

## Why

Describe the idea of the user story as in what the motive of the user story is.

## Acceptance Criteria

List down how the user story will be tested and what criteria are necessary for the user story to be accepted.

## Design

(Optional) Add design screenshots or Figma links for UI/UX-related stories.

## Resources

(Optional) Add useful resources such as links to documentation, implementation ideas, or best practices.

0 comments on commit dfd98b9

Please sign in to comment.