Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bold steps in README #943

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ REACT_APP_CHAIN_ID=137

### Test before merge to main

- `fork the project` - fork the ricochet-frontend repo.
- **Fork** - fork the ricochet-frontend repo.

- `create a branch` - please avoid using special characters in your branch name:
- **Create a branch** - please avoid using special characters in your branch name:
https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names

- `create a PR` - create a pull request on GitHub.
- **Open a PR** - create a pull request on GitHub.

- `test your changes` - Check github actions, once all checks are successful, a new environment will be created in a few minutes, please check comments to get the complete url. It will look something like this:
- **Test** - Check github actions, once all checks are successful, a new environment will be created in a few minutes, please check comments to get the complete url. It will look something like this:
`a380c3be5e6284f4ca1dfc37a12b3033-851332533.eu-west-1.elb.amazonaws.com/your-branch-name`
the environment will be destroyed once the PR is merged or
Loading