The Wayback Machine - https://web.archive.org/web/20221007230002/https://github.com/ethereumjs/organization
Skip to content

ethereumjs/organization

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Organization

A repo for discussions and other non-code organizing stuff.

Introduction

This repository is for bundling communication around organization issues, common guidelines and project discussions.

Use the issue tracker as a forum.

Work Updates

Updates within the EthereumJS ecosystem - also posted on reddit on a monthly basis - can be found in the posts folder.

Have a look at the list of all current open issues for an impression what is being worked on.

Communication

Gitter channel for everyday communication:

Discord

Contribution Guidelines

TODO

Labeling System

Within the EthereumJS repositories git-labelmaker is used to maintain an organization-wide issue and PR labeling system. Definitions of labels for different categories can be found in the labels folder. See the git-labelmaker repository for instructions on how to distribute (parts of) these labels to a new repository.

Inspirations for the labeling system:

Documentation

Sources for documentation can be found in the docs directory. Documentation is generated using the Python Sphinx documentation generator in v1.8.x using a Python 3.6 environment.

Documentation can be manually generated running make html from the docs directory.