Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.33 KB

How to Contribute

Issues / Bug reports

Read the existing issues first, and also search in the closed issues. You may find yours already.

To help make Mist-Expanse (Expanse Wallet) better please file issue with the following basic descriptions:

  • What do you run? binary from releases or the development version from the commandline
  • Which version do you used? You can find that in the VERSION file in the Mist folder
  • What OS you're on?
  • Provide a log file if necessary, you can find that in the Mist data folder (Linux: ~/.config/Mist/*.log, Windows: %APPDATA%/Roaming/Mist/*.log, MacOSX: ~/Library/Application Support/Mist/*.log)
  • Ideally also a screenshot, if its an interface issue

Pull Requests

If you want to make a PR please make sure you add a understandable description of what it is you're adding/changing/fixing.

For formatting we use 4 spaces as indentation.

If you add any modules or files, please give them a module description and or a class description:

/**
The IPC provider backend filter and tunnel all incoming request to the IPC gexp bridge.

@module ipcProviderBackend
*/

/**
Mist API

Provides an API for all dapps, which specifically targets features from the Mist browser

@class mist
@constructor
*/