From 72f629d502920e00258e400150f72cc26dd0159d Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Fri, 26 Apr 2019 15:09:51 +0200 Subject: [PATCH] Added contributing file to .github folder --- .github/contributing.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/contributing.md diff --git a/.github/contributing.md b/.github/contributing.md new file mode 100644 index 0000000..17ad370 --- /dev/null +++ b/.github/contributing.md @@ -0,0 +1,9 @@ +# Contributing + +Great that you want to contribute to the `EthereumJS` [ecosystem](https://ethereumjs.readthedocs.io/en/latest/introduction.html). `EthereumJS` is managed by the Ethereum Foundation and largely driven by the wider community. Everyone is welcome to join the effort and help to improve on the libraries (see our [Code of Conduct](https://ethereumjs.readthedocs.io/en/latest/code_of_conduct.html) 🌷). + +We have written up some [Contribution Guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html#how-to-start) to help you getting started. + +These include information on how we work with **Git** and how our **general workflow** and **technical setup** looks like (stuff like language, tooling, code quality and style). + +Happy Coding! 👾 😀 💻