Skip to content

Commit

Permalink
Merge pull request #1 from gitter-badger/gitter-badge-1
Browse files Browse the repository at this point in the history
Add a Gitter chat badge to README.md

Former-commit-id: d09f4ad
  • Loading branch information
rauljordan authored Jan 13, 2018
2 parents 1ec5e74 + 6c36725 commit 1cfd011
Show file tree
Hide file tree
Showing 3,689 changed files with 851,264 additions and 490,455 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**/.git
.git
!.git/HEAD
!.git/refs/heads
**/*_test.go

build/_workspace
build/_bin
tests/testdata
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

accounts/usbwallet @karalabe
consensus @karalabe
core/ @karalabe @holiman
eth/ @karalabe
mobile/ @karalabe
p2p/ @fjl @zsfelfoldi
16 changes: 16 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Can I have feature X

Before you do a feature request please check and make sure that it isn't possible
through some other means. The JavaScript enabled console is a powerful feature
in the right hands. Please check our [Bitchin' tricks](https://github.com/ethereum/go-ethereum/wiki/bitchin-tricks) wiki page for more info
and help.

## Contributing

If you'd like to contribute to go-ethereum please fork, fix, commit and
send a pull request. Commits which do not comply with the coding standards
are ignored (use gofmt!).

See [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
for more details on configuring your environment, testing, and
dependency management.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Hi there,

please note that this is an issue tracker reserved for bug reports and feature requests.

For general questions please use the gitter channel or the Ethereum stack exchange at https://ethereum.stackexchange.com.

#### System information

Geth version: `geth version`
OS & Version: Windows/Linux/OSX
Commit hash : (if `develop`)

#### Expected behaviour


#### Actual behaviour


#### Steps to reproduce the behaviour


#### Backtrace

````
[backtrace]
````
16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
.ethtest
*/**/*tx_database*
*/**/*dapps*
Godeps/_workspace/pkg
Godeps/_workspace/bin
build/_vendor/pkg

#*
.#*
Expand All @@ -23,15 +22,20 @@ Godeps/_workspace/bin
.project
.settings

deploy/osx/Mist.app
deploy/osx/Mist\ Installer.dmg
cmd/mist/assets/ext/ethereum.js/

# used by the Makefile
/build/_workspace/
/build/bin/
/geth*.zip

# travis
profile.tmp
profile.cov

# IdeaIDE
.idea

# dashboard
/dashboard/assets/flow-typed
/dashboard/assets/node_modules
/dashboard/assets/stats.json
/dashboard/assets/public/bundle.js
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "cmd/mist/assets/ext/ethereum.js"]
path = cmd/mist/assets/ext/ethereum.js
url = https://github.com/ethereum/web3.js
[submodule "tests"]
path = tests/testdata
url = https://github.com/ethereum/tests
50 changes: 50 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Taylor Gerring <[email protected]> <[email protected]>
Bas van Kervel <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>
Bas van Kervel <[email protected]> <[email protected]>

Sven Ehlert <[email protected]>

Expand Down Expand Up @@ -59,3 +60,52 @@ Jason Carver <[email protected]> <[email protected]>

Joseph Chow <[email protected]>
Joseph Chow <[email protected]> ethers <TODO>

Enrique Fynn <[email protected]>

Vincent G <[email protected]>

RJ Catalano <[email protected]>

Nchinda Nchinda <[email protected]>

Aron Fischer <[email protected]> <[email protected]>

Vlad Gluhovsky <[email protected]>

Ville Sundell <[email protected]>

Elliot Shepherd <[email protected]>

Yohann Léon <[email protected]>

Gregg Dourgarian <[email protected]>

Casey Detrio <[email protected]>

Jens Agerberg <[email protected]>

Nick Johnson <[email protected]>

Henning Diedrich <[email protected]>
Henning Diedrich <[email protected]> Drake Burroughs <[email protected]>

Felix Lange <[email protected]>
Felix Lange <[email protected]> <[email protected]>

Максим Чусовлянов <[email protected]>

Louis Holbrook <[email protected]>
Louis Holbrook <[email protected]> <[email protected]>

Thomas Bocek <[email protected]>

Victor Tran <[email protected]>

Justin Drake <[email protected]>

Frank Wang <[email protected]>

Gary Rong <[email protected]>

Guillaume Nicolas <[email protected]>
Loading

0 comments on commit 1cfd011

Please sign in to comment.