Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.85 KB

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.