Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 3.61 KB

CONTRIBUTING.md

File metadata and controls

59 lines (33 loc) · 3.61 KB

Contributing to Evoplex

👍🎉 Welcome, and thank you for your interest in contributing to Evoplex! 🎉👍

There are many ways that you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Give us a star on GitHub!!!

❤️ Subscribe to our Youtube channel! ❤️

Asking questions and providing feedback

Have a question? Rather than opening an issue, please use our Google group. You can ask on the web interface or send an email to evoplex@googlegroups.com (mailing list).

If chat is more your speed, you can join us on ZulipChat.

We also use the @EvoplexOrg account on Twitter to announce releases (follow us).

Reporting issues

Have you identified a reproducible problem in Evoplex? Have a feature request? We want to hear about it! Here's how you can make reporting your issue as efficiently as possible.

Look for an existing issue

Before you create a new issue, please search for open issues to see if the issue or feature request has already been filed.

If you find your issue already exists, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment:

  • 👍 - upvote
  • 👎 - downvote

If you cannot find an existing issue that describes your bug or feature, create a new issue using the guidelines below.

Writing good bug reports and feature requests

Do not enumerate multiple bugs or feature requests in the same issue. File a single issue per problem and feature request.

Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar but have different causes.

The more information you can provide, the more likely someone will be successful in reproducing the issue and finding a fix.

Contributing to code

Before contributing to code, please read the Git workflow and our coding conventions in the wiki. You may also be interested in looking at the instructions to build Evoplex from source code.

Be aware that by contributing to the code base, you are agreeing that Evoplex may redistribute your work under our LICENSE.

Did you write a patch that fixes a bug?

  • 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, or make a purely cosmetic patch?

Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Evoplex will generally not be accepted.

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

Suggest your change on Github issues to collect feedback about the change and start writing code.

Thank You!

Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.