-
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.
-
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.
-
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.
-
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!