Skip to content
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

suggestion: chapter on good agile practices (e.g. example definition of done) #5

Open
tobiasbueschel opened this issue Apr 30, 2021 · 0 comments

Comments

@tobiasbueschel
Copy link
Contributor

📚 Handbook

Example:

Product
- PO accepts user story
- Acceptance criteria met
- Non-functional requirements met (compliance, data, security, etc.)
- User story has been promoted to a higher environment (e.g. Non-PROD)
 
Testing
- Test coverage not dropped, appropriate tests were added (I think it’s better not to dictate a coverage as it’s not always a meaningful measure of robustness)
- Unit tests, integration and e2e tests (where applicable) have been added / done
- QAs have signed off
 
Code
- Code reviewed and approved by x people
- Well documented
- Code has been merged to develop branch (if using e.g. Git Flow)
- Code changes follow best practices as agreed by the team
- Other dependencies, e.g. database or infrastructure changes have been made in the respective environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant