A repo for discussions and other non-code organizing stuff.
This repository is for bundling communication around organization issues, common guidelines and project discussions.
Use the issue tracker as a forum.
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.
Gitter channel for everyday communication:
TODO
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:
- Sane GitHub Labels article
Py-EVM
issue and PR label system
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.