Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.68 KB

How to contribute

Thank you for taking the time to learn about MyneChat, HOPR and welcome to our contributing guidelines!

Before getting started, we highly recommend to checkout the following resources:

Technical Documentation

Socials

Setting things up

Our default branch is develop, and our README.md is a great starting point for getting the basics out. Since MyneChat works best with a full set of HOPR nodes, we strongly recommend using the cloud setup via Gitpod which does this for you.

Otherwise, the second best option is to use our local mocks server, which you can ran locally and visit https://int-dev-app.myne.chat/?development=enabled to interact with.

Making changes

For commits, we are using commitzen, so make sure to add your changes via git add and then do yarn commit to start the commit processes. Please send a GitHub Pull Request to develop.

Coding conventions

We currently don't have many code conventions, but will look to enforce those later after this is completed. Please monitor that issue. For now, we only ask to indent using two spaces (soft tabs).