Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

How to contribute to EthOn

Johannes edited this page Dec 22, 2016 · 2 revisions

How to contribute to EthOn

At any time please feel free to contribute to the issue discussions. Especially those tagged "enhancement" and "question" are a good starting point.

Did you find a bug?

Ensure the bug was not already reported by searching on GitHub under Issues.

If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug, implements an enhancement or improves concept definitions?

Open a new GitHub pull request with the patch.

Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Did you fix whitespace, format code, typos or make a purely cosmetic patch?

Open a new GitHub pull request with the patch and make clear that your PR is a cosmetic patch.

Do you intend to add a new feature or change an existing one?

Suggest your change as an issue in GitHub.

Do you have questions about EthOn?

Create a GitHub issue with the question tag.

Thank you very much!

EthOn team