diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f97069..7e542b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,19 +3,19 @@ When contributing to this repository, please first discuss the change you wish to make via issue, discord server or any other method with the owners of this repository before making a change. ### Pull Request Process -1) Fork a [repository](https://github.com/harmony-one/explorer-v2-frontend) and create your branch from `master`; +1) Fork a [repository](https://github.com/woop-chain/explorer-v2-frontend) and create your branch from `master`; 2) Run `yarn build` in the repository root 3) Update .env.example if new environment variables is created; 4) Create pull request linked with existed issue. ### Branch Organization -Submit all changes directly to [master branch](https://github.com/harmony-one/explorer-v2-frontend/tree/master). +Submit all changes directly to [master branch](https://github.com/woop-chain/explorer-v2-frontend/tree/master). We don’t use separate branches for development or for upcoming releases. ### Bugs -We are using [Github Issues](https://github.com/harmony-one/explorer-v2-frontend/issues) for tracking bugs. +We are using [Github Issues](https://github.com/woop-chain/explorer-v2-frontend/issues) for tracking bugs. Before creating a new issue please check that problem doesn't already exist. ### Proposing a Change -If you have a suggestion on how to improve functionality or create a new feature you can [fill a new issue](https://github.com/harmony-one/explorer-v2-frontend/issues/new). +If you have a suggestion on how to improve functionality or create a new feature you can [fill a new issue](https://github.com/woop-chain/explorer-v2-frontend/issues/new). diff --git a/README.md b/README.md index 38c8cbb..f75753e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Harmony Explorer frontend +# Woop Explorer frontend ## Requirements @@ -18,7 +18,7 @@ npm install --global yarn 1) Clone repo: ```bash -git clone https://github.com/harmony-one/explorer-v2-frontend.git +git clone https://github.com/woop-chain/explorer-v2-frontend.git ``` 2) Install dependencies: ```bash diff --git a/package.json b/package.json index bebf992..726299e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "harmony-explorer-v2-frontend", + "name": "woop-explorer-v2-frontend", "version": "0.1.0", "private": true, "dependencies": { diff --git a/public/index.html b/public/index.html index 2603456..a4ef190 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ -