A repository for digital marketing codes, email templates, images, company PDFs...
-
Fork the project
In order to work on your own version of the Deriv application, please fork the project to your own repo.
-
Clone using SSH
git clone git@github.com:your-github-username/deriv-static-content.git
-
Enter project directory
cd deriv-static-content
-
Install your dependencies: not necessary, just to test and debugging purpuse
npm install nodemailer
We contribute by PR (Pull Request):
- Create branch from the latest
master
branch
git checkout master
git pull origin master
git checkout -b [_your_branch_name]
-
Make your changes
-
Make pull request
- Push your changes to your origin (your fork), add
-u
flag for the first time push
git add .
git commit -m "short description"
git push -u origin [_your_branch_name]
- Click on the autogenerated link from the terminal to open the PR
By Vercel CLI can have a preview then add to cards to check by Requesters, stakeholders or PMs.