The email contents (the email bodies) can be found in the following folder: Email Contents . Click on any of the HTML files from the list to see the email's text.
The subject lines are separate and can be found here, all in one file: Email Subjects
The text on the web pages are all stored in files in the following folder: Web Page Contents . Each file corresponds to a page from the onboarding flow (ignore the file called __init__.py):
- value_proposition.py - Text from the "Value Proposition" page
- user_info.py - Text from the "Personal Details" form page
- verify_email.py - Text from the "Verify Email Address" page
- account_validated.py - Text from the "Account validated" page
- email_subjects.py - This file was already mentioned above. It contains the email subjects.
Make sure you are logged in on Github
Identify the file that needs to be changed and open it on Github.
Click the edit button
Make the needed changes to the file.
Click on the Commit changes button
A popup will appear in which you should fill:
- Commit message - if there is a JIRA ticket number please start your commit message with that. Afterwards add a couple of words describing your change
- Use the Create a new branch option (there's a radio button for this) to commit your changes on a new branch and start a pull request.
- Give the branch a name, something like
feature/HDX-9407-value-proposition-page-title
. "feature/" means it's a new feature, "bugfix/" means it's fixing an existing problem. So the pattern would be:CHANGE-TYPE/JIRA-TICKET-VERY-SHORT-DESCRIPTION
- Click the Propose changes button to submit the change for review.
Open the Pull Request. This step is less important. At this moment the changes have been saved on Github.
- Make sure that the "Pull Request" asks to merge the changes into the dev branch
- Click the Create pull request button
Ping somebody from the dev team, to make sure they're aware of the change. Important step!