-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into va-14940-vba-facility-content-skeleton
- Loading branch information
Showing
30 changed files
with
620 additions
and
383 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,70 @@ | ||
## Description | ||
**Note**: Delete the description statements, complete each step. **None are optional**, but can be justified as to why they cannot be completed as written. Provide known gaps to testing that may raise the risk of merging to production. | ||
|
||
closes __ | ||
relates to __ | ||
## Summary | ||
|
||
## Testing done & Screenshots | ||
- _(Summarize the changes that have been made to the platform)_ | ||
- _(If bug, how to reproduce)_ | ||
- _(What is the solution, why is this the solution)_ | ||
- _(Which team do you work for, does your team own the maintenance of this component?)_ | ||
- _(If using a flipper, what is the end date of the flipper being required/success criteria being targeted)_ | ||
|
||
## Related issue(s) | ||
|
||
- _Link to ticket created in va.gov-team repo_ | ||
department-of-veterans-affairs/va.gov-team#0000 | ||
- _Link to previous change of the code/bug (if applicable)_ | ||
department-of-veterans-affairs/vets-website#0000 | ||
- _Link to epic if not included in ticket_ | ||
department-of-veterans-affairs/va.gov-team#0000 | ||
|
||
## QA steps | ||
## Testing done | ||
|
||
What needs to be checked to prove this works? | ||
What needs to be checked to prove it didn't break any related things? | ||
What variations of circumstances (users, actions, values) need to be checked? | ||
- _Describe what the old behavior was prior to the change_ | ||
- _Describe the steps required to verify your changes are working as expected_ | ||
- _Describe the tests completed and the results_ | ||
- _Exclusively stating 'Specs and automated tests passing' is NOT acceptable as appropriate testing | ||
- _Optionally, provide a link to your [test plan](https://depo-platform-documentation.scrollhelp.site/developer-docs/create-a-test-plan-in-testrail) and [test execution records](https://depo-platform-documentation.scrollhelp.site/developer-docs/execute-tests-in-testrail)_ | ||
|
||
1. Do this | ||
- [ ] Validate that | ||
2. Then | ||
- [ ] Validate that | ||
3. Then validate Acceptance Criteria from issue | ||
## Screenshots | ||
|
||
_Note: This field is mandatory for UI changes (non-component work should NOT have screenshots)._ | ||
|
||
| | Before | After | | ||
| ------- | ------ | ----- | | ||
| Mobile | | | | ||
| Desktop | | | | ||
|
||
## What areas of the site does it impact? | ||
|
||
*(Describe what parts of the site are impacted **if** code touched other areas)* | ||
|
||
## Acceptance criteria | ||
|
||
- [ ] | ||
### Quality Assurance & Testing | ||
|
||
## Definition of done | ||
- [ ] Events are logged appropriately | ||
- [ ] Documentation has been updated, if applicable | ||
- [ ] A link has been provided to the originating GitHub issue (or connected to it via ZenHub) | ||
- [ ] I fixed|updated|added unit tests and integration tests for each feature (if applicable). | ||
- [ ] No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs | ||
- [ ] Linting warnings have been addressed | ||
- [ ] Documentation has been updated ([link to documentation](#) \*if necessary) | ||
- [ ] Screenshot of the developed feature is added | ||
- [ ] [Accessibility testing](https://depo-platform-documentation.scrollhelp.site/developer-docs/wcag-2-1-success-criteria-and-foundational-testing) has been performed | ||
|
||
### Error Handling | ||
|
||
- [ ] Browser console contains no warnings or errors. | ||
- [ ] Events are being sent to the appropriate logging solution | ||
- [ ] Feature/bug has a monitor built into Datadog or Grafana (if applicable) | ||
|
||
### Authentication | ||
|
||
- [ ] Did you login to a local build and verify all authenticated routes work as expected with a test user | ||
|
||
### :warning: Team Sites (only applies to modifications made to the VA.gov header) :warning: | ||
|
||
- [ ] The header does not contain any web-components | ||
- [ ] I used the [proxy-rewrite steps](https://github.com/department-of-veterans-affairs/vets-website/tree/main/src/applications/proxy-rewrite#local-dev) to test the injected header scenario | ||
- [ ] I reached out in the `#sitewide-public-websites` Slack channel for questions | ||
|
||
## Requested Feedback | ||
|
||
(OPTIONAL) _What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.