Skip to content

Commit

Permalink
Merge pull request #80 from ethereumjs/org-links-and-git-hooks
Browse files Browse the repository at this point in the history
Org links and git hooks
  • Loading branch information
holgerd77 committed Apr 26, 2019
2 parents 572d4ba + 46389ce commit 8431eab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -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! 👾 😀 💻
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ I am more than happy to receive improvements. Please send me a pull request or r

There is a lot missing, grep for *FIXME* in the source code to find inspiration.

## EthereumJS

See our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices.

If you want to join for work or do improvements on the libraries have a look at our [contribution guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html).

## License

Copyright (C) 2015 Alex Beregszaszi
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"devDependencies": {
"coveralls": "^3.0.3",
"husky": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"standard": "^12.0.1"
Expand All @@ -20,6 +21,11 @@
"prepublish": "npm run lint && npm run test",
"test": "istanbul test _mocha -- --reporter spec"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/axic/ethereumjs-abi.git"
Expand Down

0 comments on commit 8431eab

Please sign in to comment.