mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Application Chain
This commit is contained in:
parent
1dfc86645b
commit
5f02fcc060
3 changed files with 0 additions and 51 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
|
@ -1,9 +0,0 @@
|
||||||
# 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
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
|
|
@ -1,16 +0,0 @@
|
||||||
## 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
.github/ISSUE_TEMPLATE.md
vendored
26
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,26 +0,0 @@
|
||||||
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]
|
|
||||||
````
|
|
||||||
Loading…
Reference in a new issue