Skip to content

ethereumjs/organization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 of 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.