-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
In order to ensure the correctness of a feature, as a developer I want to create a user story with acceptance criteria.
Acceptance Criteria
- A non-empty description must be provided.
- An exception requesting a non-empty description is thrown when one is not provided.
- Acceptance criteria may be added to the project.
- A User Story object is provided to the developer.
Definition of Done
- Tests are written to ensure acceptance criteria are met.
- All acceptance criteria are met.
- All code is committed and pushed to its own branch.
- A pull request is created.
- The pull request is reviewed and accepted.
- The user story's branch is deleted.