Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/symfony/process-6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn authored Feb 1, 2024
2 parents da16d55 + 43c3814 commit d68158b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 9 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/content_model_spec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Content Model Specification
about: Use this template when you are specifying proposed changes to the CMS Content Model
title: "Content model specification for [PRODUCT/FEATURE]"
labels: Content Model
assignees: ''

---

## User Story or Problem Statement

AS A Drupal Engineer
I NEED detailed guidance on the proposed content model for [PRODUCT/FEATURE]
SO THAT I can implement it in Drupal

## Description or Additional Context


## Steps for Implementation


## Acceptance Criteria
- [ ] Proposed entities, fields, and field properties are documented using the [content model spec template](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/cms/content-model/drupal_content_model_spec_template.xlsx)
- [ ] Reviewed with engineering & product
- [ ] Send to CMS Collab Cycle


## Team
Please check the team(s) that will do this work.

- [ ] CMS Team
- [ ] Public Websites
- [ ] Facilities
- [ ] Accelerated Publishing
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ux-writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ E.g. *As a user who may be making changes to content, I'd like a message that wa
- [ ] Validate draft with those responsible for the work
- [ ] Peer review by a member of the design pod
- [ ] Finalize edits to text, and mark as ready to implement in the original issue
- [ ] Document strategy behind language choices that are relevant to [the back end style guide](https://docs.google.com/document/d/1o3euR0eMoXRyp8G6sx1OCpmRtBShYGAm-Rb8MSXXir0/edit#)
- [ ] Document strategy behind language choices that are relevant to [the CMS content style guide](https://github.com/department-of-veterans-affairs/va.gov-team/tree/master/platform/cms/content-style-guide)

### Team
Please check the team(s) that will do this work.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
"va-gov/content-build": "^0.0.3431",
"va-gov/content-build": "^0.0.3432",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "52a8fc943fb3e90574fb0f0ec2e4a5b0",
"content-hash": "2063aeea5b789ed34c99f69c3da2c32f",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -25816,16 +25816,16 @@
},
{
"name": "va-gov/content-build",
"version": "v0.0.3431",
"version": "v0.0.3432",
"source": {
"type": "git",
"url": "https://github.com/department-of-veterans-affairs/content-build.git",
"reference": "93f83901b120299b29b8821f821984ac6cb4bc08"
"reference": "b1b96e49085cf2972d7305b08fbbf928f82e2755"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/93f83901b120299b29b8821f821984ac6cb4bc08",
"reference": "93f83901b120299b29b8821f821984ac6cb4bc08",
"url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/b1b96e49085cf2972d7305b08fbbf928f82e2755",
"reference": "b1b96e49085cf2972d7305b08fbbf928f82e2755",
"shasum": ""
},
"type": "node-project",
Expand All @@ -25852,9 +25852,9 @@
"description": "Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.",
"support": {
"issues": "https://github.com/department-of-veterans-affairs/content-build/issues",
"source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3431"
"source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3432"
},
"time": "2024-01-30T13:09:30+00:00"
"time": "2024-01-31T16:17:48+00:00"
},
{
"name": "vlucas/phpdotenv",
Expand Down

0 comments on commit d68158b

Please sign in to comment.