Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.08 KB

contribute.rst

File metadata and controls

46 lines (27 loc) · 1.08 KB

How to Contribute to Eventlet

Contribution are welcome.

You want to report something? Read report-a-bug.

You want to propose changes? Read propose-changes.

Report a Bug

You find a bug and you want to report it?

You simply have to create a new github issue where you describe your problem.

Do not forget to provide technical details like:

  • the hub you use
  • the context of your bug
  • the error message you get
  • everything else that may help us to understand your problem.

The more you give details, the more we will be able to help you.

Propose Changes

You may want to propose changes to fix a bug, improve the documentation, etc.

Feel free to open a pull request: https://github.com/eventlet/eventlet/pulls

We will be happy to review it.

At this point you may be also interested by how to test Eventlet <testing-eventlet>.