You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.1 KiB
21 lines
1.1 KiB
## Contributing
|
|
|
|
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`;
|
|
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).
|
|
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.
|
|
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).
|
|
|