Skip to content

Commit

Permalink
Merge pull request acquia#1 from ba66e77/readmeUpdate
Browse files Browse the repository at this point in the history
BWD-0: Adding branching strategy, def of done, and SF links
  • Loading branch information
danepowell authored May 4, 2018
2 parents 27c7d40 + d9c8963 commit 4ba7f36
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 4ba7f36

Please sign in to comment.