-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the user story template. #235
Open
rrahn
wants to merge
1
commit into
seqan:master
Choose a base branch
from
rrahn:update_story_template
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,29 +7,40 @@ assignees: '' | |
|
||
--- | ||
|
||
### Description | ||
### Description | ||
|
||
<!-- role details / capability details / value details --> | ||
As <role> I want <capability> so I can <value> | ||
<!-- For you! | ||
Please provide a concise description of what this story is about. | ||
The story should contain the following information: | ||
* Who is going to need this? What role can you identify? Try to be as specific as possible. It helps us to understand the need. | ||
* What would you like to have? Add as much information as possible so we can understand the problem at any time. | ||
* How does it benefit your work? This helps us to understand the value of the story and how to prioritise the work. | ||
|
||
To help you formulating your story you can use one of the following phrases: | ||
* As <role> I want <capability> so I can <value> | ||
* <action> the <result> <by|for|of|to> a(n) <object> | ||
--> | ||
|
||
### Acceptance Criteria | ||
|
||
<!-- All the stuff that needs to be done, besides the Definition of Done for this story. --> | ||
<!-- For Triage! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the Triage phase again? |
||
This section is filled later when the story is in triage: | ||
* Ask all relevant questions to understand the functionality, its dependencies and implications. | ||
* Estimate the work and split if necessary. | ||
* Define specifications in form of testable acceptance criteria. | ||
|
||
- [ ] test 1 | ||
- [ ] test 2 | ||
- [ ] test 3 | ||
In triage phase it is important to ask all relevant questions about the story such that everyone understands the functionality of the story, as well as its implications and dependencies. The story will then be estimated and possibly split into smaller components. Further, the triage team has to write down the story specifications in form of acceptance criteria that need to be tested. After completing the triage phase the issue will be handed to the dev team. | ||
--> | ||
|
||
### Tasks | ||
|
||
<!-- The tasks which need to be tackled for this story to be completed. They are likely to be defined later when the team plans this story for the next iteration and discusses the design. --> | ||
<!-- For Development! | ||
This section is filled by the development team to specify the concrete tasks to solve the story. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Who are these teams? triage team, development team? |
||
Also update the Definition of Done accordingly. | ||
--> | ||
|
||
- [ ] task 1 | ||
- [ ] task 2 | ||
- [ ] task 3 | ||
|
||
### Definition of Done | ||
<details><summary>Definition of Done</summary> | ||
<p> | ||
|
||
- [ ] Implementation and design approved | ||
- [ ] Unit tests pass | ||
|
@@ -39,3 +50,6 @@ As <role> I want <capability> so I can <value> | |
- [ ] Tutorial/teaching material added | ||
- [ ] Test suite compiles in less than 30 seconds (on travis) | ||
- [ ] Changelog entry added | ||
|
||
</p> | ||
</details> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is necessary to think about how important this item is so that we can better prioritise the work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wanted to point out that
role
is very vague. If you add the sentence that you wrote "think about how important this item is so that we can better prioritise the work." is much more precise and helpful :)