The purpose of this page is to describe the process a Frontend developer will go through from deciding what ticket to work on, all the way through to deploying their code. This takes you on a step-by-step journey through the process of iterating on VA.gov’s frontend.
VA.gov uses a Continuous Integration process, which consists of the following steps:
-
-
Determine which issue to work on
-
Create feature branch
-
branch naming convention {issue-id}-{subject you are working on}
-
-
Code new functionality
-
Write tests for new functionality
-
Test new functionality on supported browsers (Chrome, IE, Safari, Edge)
-
-
-
Submit pull request
-
Run unit tests and compliance scans (kicked off when a pull request is created)
-
Test feature on review instance (page link is available on the PR page)
-
Test and peer review code (read: code review)
-
-
-
Merge code to stable code base
-
Github Actions automatically deploys changes merged into
mainto staging and dev -
Github Actions automatically deploys main to production every day
-
Code Climate checks have been disabled in the compliance scans to allow for more autonomy in code and to smooth out the process of merging and reviewing PRs.
Each project's code base has a branch called main by default. Anything in main is deemed to be stable and deployable. This means that anything you merge will need to be ready to immediately be live or hidden in some way behind a feature flag.
Merge changes when support can be provided. Avoid merging significant changes at the end of the day or before the weekend.
References
Help and feedback
-
Get help from the Platform Support Team in Slack.
-
Submit a feature idea to the Platform.