Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit f06a96f

Browse files
authored
Merge pull request #75 from ethereumjs/org-links-and-git-hooks
Org links and git hooks
2 parents 2bdc87f + b678a97 commit f06a96f

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/contributing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing
2+
3+
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) 🌷).
4+
5+
We have written up some [Contribution Guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html#how-to-start) to help you getting started.
6+
7+
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).
8+
9+
Happy Coding! 👾 😀 💻

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ Run
5050

5151
The results are at
5252
`coverage/lcov-report/index.html`
53+
54+
# EthereumJS
55+
56+
See our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices.
57+
58+
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).

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"test:fix": "npm run lint:fix && npm run unitTests",
2626
"webtest": "browserify test/max.js | testling -u"
2727
},
28+
"husky": {
29+
"hooks": {
30+
"pre-push": "npm run lint"
31+
}
32+
},
2833
"repository": {
2934
"type": "git",
3035
"url": "https://github.com/ethereumjs/rlp.git"
@@ -58,6 +63,7 @@
5863
"@types/mocha": "^5.2.5",
5964
"@types/node": "^10.12.2",
6065
"coveralls": "^2.11.4",
66+
"husky": "^2.1.0",
6167
"mocha": "4.1.0",
6268
"nyc": "^13.1.0",
6369
"prettier": "^1.15.2",

0 commit comments

Comments
 (0)