diff --git a/README.md b/README.md index 8f221c896c..ac0c33b186 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,26 @@ To set up your local environment and begin developing for this project, refer to * JIRA - https://acquiaps.atlassian.net/browse/BWD * GitHub - https://github.com/acquia-pso/bwd * Acquia Cloud subscription - https://cloud.acquia.com/app/develop/applications/74bbd3b2-b3b1-4aa4-a58d-f9f6bed154c6 +* Acquia Cloud Site Factory instances + * Dev: https://www.dev-bwd8.acsitefactory.com + * Test: https://www.test-bwd8.acsitefactory.com + * Prod: https://www.bwd8.acsitefactory.com + + +## Team Processes + +### Branching strategy +The project follows a [Feature Branch Workflow](http://blt.readthedocs.io/en/latest/readme/dev-workflow/#feature-branch-workflow "Feature Branch Workflow description"). + +### Definition of Done +Development of a ticket is not considered complete until all of the following have been completed: +1. All Acceptance Criteria are met​ +2. Files pass linting and code style checks​ +3. Automated tests are included which verify critical acceptance criteria​ +4. Adheres to coding standards for security and performance​ +5. Properly documented​ +6. Clear commit messages with proper formatting​ +7. Accounts for WCAG AA accessibility requirements​ +8. Accounts for GDPR compliance​ +9. UI checked for cross-browser compatibility​ +10. UI properly responsive/mobile friendly