Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.24 KB

Contributors Guide

valid8r is an open-source Ethereum 2.0 validator linter written by Pondron LLC. We welcome all contributions to this repository to help enrich the Ethereum community.

How to Contribute

We operate and maintain this project with an issue and pull request model. We will track the GitHub issues section Issues of this repository and contributors can submit Pull Requests for review by the maintainers.

General Work-Flow

We recommend the following work-flow for contributors:

  1. Find an issue to work on and use comments to communciate your intentions and ask questions.
  2. Work in a feature branch of your personal fork (github.com/YOUR_NAME/valid8r) of the main repository (github.com/pondron/valid8r).
  3. After you have implemented or resolved the issue, ** create a pull-request** to merge your changes in the main repository
  4. Wait for the repository maintainers to review your changes to ensure the issue is addressed.
  5. If the issue is addressed the repository maintainers will merge your pull-request

Helpful Article on contribution

guide