Skip to content

Commit

Permalink
BWD-0: Adding branching strategy, def of done, and links for site fac…
Browse files Browse the repository at this point in the history
…tories.
  • Loading branch information
Barrett Smith committed May 1, 2018
1 parent e2f9a34 commit d9c8963
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9c8963

Please sign in to comment.