Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
docs: add relocation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Apr 2, 2024
1 parent 8d57a9c commit c13864e
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
<h1 align="center">Repository Relocation Notice</h1>

This repository has been relocated to the [deriv-com](https://github.com/deriv-com) organization. Please access it at the following URL: [deriv-static-content](https://github.com/deriv-com/deriv-static-content)

Thank you!

---

<h1 align="center"> static.deriv.com </h1>

A repository for digital marketing codes, email templates, images, company PDFs...

## In this document:
- [Quick start](#quick-start)
- [How to contribute](#how-to-contribute)
- [Manage releases](#manage-releases)
- [Test link deployment](#test-link-deployment)
- [Other documents](#other-docs)

- [Quick start](#quick-start)
- [How to contribute](#how-to-contribute)
- [Manage releases](#manage-releases)
- [Test link deployment](#test-link-deployment)
- [Other documents](#other-docs)

## Quick start

1. **Fork the project**

In order to work on your own version of the Deriv application, please fork the project to your own repo.
Expand All @@ -33,9 +43,11 @@ A repository for digital marketing codes, email templates, images, company PDFs.
```

## How to contribute

We contribute by PR (Pull Request):

1. Create branch from the latest `master` branch

```sh
git checkout master
git pull origin master
Expand All @@ -46,18 +58,20 @@ git checkout -b [_your_branch_name]

3. Make pull request

- Push your changes to *your* origin (your fork), add `-u` flag for the first time push
- Push your changes to _your_ origin (your fork), add `-u` flag for the first time push

```sh
git add .
git commit -m "short description"
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
- Click on the autogenerated link from the terminal to open the PR

## Test link Preview

By Vercel CLI can have a preview then add to cards to check by Requesters, stakeholders or PMs.

## Other documents:
- [File paths for images, pdf, email templates,...](https://github.com/binary-com/deriv-static-content/blob/master/doc/file-structure.md)

- [File paths for images, pdf, email templates,...](https://github.com/binary-com/deriv-static-content/blob/master/doc/file-structure.md)

0 comments on commit c13864e

Please sign in to comment.