Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

Contributing to 2Miners-Browser-Extension

I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

I Develop with Github

I use github to host code, to track issues and feature requests, as well as accept pull requests.

I Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase. I actively welcome your pull requests.

Report bugs using Github's issues

I use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!

Getting Started

  1. yarn install
  2. npm run watch
  3. Only change items in the 'src' folder. The dist folder will automatically update on save.