Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 2.69 KB

CONTRIBUTING.md

File metadata and controls

65 lines (36 loc) · 2.69 KB

How to contribute to Concuerror

First of all, thank you for taking time to contribute to Concuerror!

If you don't know where to start, here are some "help wanted" issues.

I want to ask a question.

Use the mailing list and take a look at the FAQ if you haven't already!

I want to report a bug.

I want to write a patch that fixes a bug.

  • Find/write at least one small test that fails without the patch.

  • Fork Concuerror's repository and push a new branch for your patch, using a suitably descriptive name.

  • Make sure to also commit the tests that need the patch. You can find out how test suites are organized in the README files of the test, tests and tests-real directories.

  • Make a Pull Request.

I want to suggest a feature.

  • Take a moment to check whether a similar feature has already been requested by searching Github's Issues. If you find a relevant Issue, leave a comment there.

  • Apart from the main repository, take a look at the Issues page of the developer's own fork: @aronisstav Issues

  • If you cannot find an existing relevant Issue, open a new feature Issue.

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to info@concuerror.com.

Thanks! ❤️

@aronisstav