Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

43 lines (26 loc) · 1.24 KB

How to Contribute

Issues / Bug reports

Prior to submitting, please search -and read- both open and closed issues -as it may already exist.

To help improve Mist (Ethereum Wallet), please include the following:

  • What do you run? (Binary version from releases or a development version from the commandline)
  • Which version do you use? (Check the VERSION file in the Mist folder)
  • What OS you're on?

If applicable:

  • Log file (Linux: ~/.config/Mist/*.log, Windows: %APPDATA%/Roaming/Mist/*.log, MacOSX: ~/Library/Application Support/Mist/*.log)
  • Screenshot (for GUI related issues)

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 geth bridge.

@module ipcProviderBackend
*/

/**
Mist API

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

@class mist
@constructor
*/