Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

46 lines (29 loc) · 1.77 KB

Maintainers

This repo is currently maintained by Matthew Little (@zone117x) and Ludovic Galabru (@lgalabru).

Issues

Github issues marked help-wanted are great places to start. Please ask in a github issue or slack before embarking on larger issues that aren't labeled as help wanted or adding additional functionality so that we can make sure your contribution can be included!

Pull Request

Submitting

Pull request requirements:

Reviewers

Matthew Little (@zone117x) Ludovic Galabru (@lgalabru)

All pull requests require at least 2 reviewer approvals before it can be merged.

Documentation

Documentation in this repo is automatically generated from code comments via documentation.js. It is the responsibility of the pull request author to verify documentation builds correctly.

Reviewing Pull Requests

A PR reviewer is responsible for ensuring the following:

  1. All code changes are covered by automated tests.

  2. Authentication and Gaia storage continues to work properly when integrated in both the Blockstack Browser and apps.

  3. Compatibility breaking changes are documented.