Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 10d82ef

Browse files
author
Andronik Ordian
authored
initial cleanup (#11542)
* cleanup * upbork * review grumble: rename client id prefix * rpc-tests: make one of the clients open-ethereum * fix doctest * README: mention clang version and that our wiki is old
1 parent c190092 commit 10d82ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+340
-863
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Do **not** open an issue on Github if you think your discovered bug could be a *
1212

1313
Otherwise, just create a [new issue](https://github.com/OpenEthereum/open-ethereum/issues/new) in our repository and state:
1414

15-
- What's your Parity Ethereum version?
15+
- What's your Open Ethereum version?
1616
- What's your operating system and version?
17-
- How did you install Parity Ethereum?
17+
- How did you install Open Ethereum?
1818
- Is your node fully synchronized?
1919
- Did you try turning it off and on again?
2020

2121
Also, try to include **steps to reproduce** the issue and expand on the **actual versus expected behavior**.
2222

2323
## Contribute!
2424

25-
If you would like to contribute to Parity Ethereum, please **fork it**, fix bugs or implement features, and [propose a pull request](https://github.com/OpenEthereum/open-ethereum/compare).
25+
If you would like to contribute to Open Ethereum, please **fork it**, fix bugs or implement features, and [propose a pull request](https://github.com/OpenEthereum/open-ethereum/compare).
2626

2727
### Labels & Milestones
2828

@@ -39,7 +39,7 @@ There are a few basic ground-rules for contributors (including the maintainer(s)
3939

4040
### Recommendations
4141

42-
* **Non-master branch names** *should* be prefixed with a short name moniker, followed by the associated Github Issue ID (if any), and a brief description of the task using the format `<GITHUB_USERNAME>-<ISSUE_ID>-<BRIEF_DESCRIPTION>` (e.g. `gavin-123-readme`). The name moniker helps people to inquiry about their unfinished work, and the GitHub Issue ID helps your future self and other developers (particularly those who are onboarding) find out about and understand the original scope of the task, and where it fits into Parity Ethereum [Projects](https://github.com/OpenEthereum/open-ethereum/projects).
42+
* **Non-master branch names** *should* be prefixed with a short name moniker, followed by the associated Github Issue ID (if any), and a brief description of the task using the format `<GITHUB_USERNAME>-<ISSUE_ID>-<BRIEF_DESCRIPTION>` (e.g. `gavin-123-readme`). The name moniker helps people to inquiry about their unfinished work, and the GitHub Issue ID helps your future self and other developers (particularly those who are onboarding) find out about and understand the original scope of the task, and where it fits into Open Ethereum [Projects](https://github.com/OpenEthereum/open-ethereum/projects).
4343
* **Remove stale branches periodically**
4444

4545
### Preparing Pull Requests
@@ -63,6 +63,4 @@ When doing a review, make sure to look for any:
6363

6464
## License.
6565

66-
By contributing to Parity Ethereum, you agree that your contributions will be licensed under the [GPLv3 License](../LICENSE).
67-
68-
Each contributor has to sign our Contributor License Agreement. The purpose of the CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen license. You can read and sign our full Contributor License Agreement at [cla.parity.io](https://cla.parity.io) before submitting a pull request.
66+
By contributing to Open Ethereum, you agree that your contributions will be licensed under the [GPLv3 License](../LICENSE).

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _If you think that your issue is an exploitable security vulnerability, please m
44
_You can find mode info on the reporting process in [SECURITY.md](https://github.com/OpenEthereum/open-ethereum/blob/master/SECURITY.md)_
55

66

7-
- **Parity Ethereum version**: 0.0.0
7+
- **Open Ethereum version**: 0.0.0
88
- **Operating system**: Windows / MacOS / Linux
99
- **Installation**: homebrew / one-line installer / built from source
1010
- **Fully synchronized**: no / yes

0 commit comments

Comments
 (0)