You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
* 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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ Do **not** open an issue on Github if you think your discovered bug could be a *
12
12
13
13
Otherwise, just create a [new issue](https://github.com/OpenEthereum/open-ethereum/issues/new) in our repository and state:
14
14
15
-
- What's your Parity Ethereum version?
15
+
- What's your Open Ethereum version?
16
16
- What's your operating system and version?
17
-
- How did you install Parity Ethereum?
17
+
- How did you install Open Ethereum?
18
18
- Is your node fully synchronized?
19
19
- Did you try turning it off and on again?
20
20
21
21
Also, try to include **steps to reproduce** the issue and expand on the **actual versus expected behavior**.
22
22
23
23
## Contribute!
24
24
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).
26
26
27
27
### Labels & Milestones
28
28
@@ -39,7 +39,7 @@ There are a few basic ground-rules for contributors (including the maintainer(s)
39
39
40
40
### Recommendations
41
41
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).
43
43
***Remove stale branches periodically**
44
44
45
45
### Preparing Pull Requests
@@ -63,6 +63,4 @@ When doing a review, make sure to look for any:
63
63
64
64
## License.
65
65
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).
0 commit comments