-
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
docs: Adjusted wording for the stories template #26
base: master
Are you sure you want to change the base?
Conversation
@@ -13,7 +13,9 @@ type: Story | |||
**In order to** | |||
|
|||
|
|||
### Acceptance criterias | |||
## Testable scenarios |
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 think that acceptance criterias are the right words for 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.
*criteria 😁
(typo already fixed in #44)
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.
we still need the plural as there can be different criterias (and it's often the case)
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.
"Criteria" is already plural, the singular is "criterion" (yes, that's fucked up)
https://en.wiktionary.org/wiki/criteria
@@ -22,6 +24,14 @@ type: Story | |||
**Then** | |||
|
|||
|
|||
### Notes | |||
### Case Nx |
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.
### Case Nx | |
### Case N |
@romain-pm was suggesting to replace "Acceptance criterias" with "Testable scenarios".
I also noticed the template was different from Jira but couldn't remember why, so I aligned with but let me know if I should not have.