Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.49 KB

CONTRIBUTING.md

File metadata and controls

39 lines (22 loc) · 2.49 KB

How to contribute

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, raise a new one. Be sure to include a title and description according to provided instructions.

Do you want to write a patch that fixes a bug?

  • Fork EasyRPA Open Framework repo by following instructions Fork a repo.

  • Write the patch, when implementation is ready sync with the latest version, see Syncing a fork.

  • Open a new GitHub pull request with the patch, see Creating a pull request from a fork.

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

Do you need a new feature?

  • Ensure the feature was not already raised by searching on Issues page.

  • If you're unable to find open request, raise a new feature request by correspondent issue template Feature Request. Be sure to include a title and description according to provided instructions.

Do you intend to implement a new feature yourselves?

  • Fork EasyRPA Open Framework repo by following instructions Fork a repo.

  • When the feature implementation is ready sync with the latest version, see Syncing a fork.

  • Open a new GitHub pull request with the feature implementation, see Creating a pull request from a fork.

  • Ensure the PR description clearly describes the implemented feature and how is intended to use it.

Thanks!