This project only accepts pull requests related to Jira issues.
If suggesting a new feature or change, please discuss it in an issue first.
If fixing a bug, there should be an issue describing it with steps to reproduce.
Describe your changes in detail...
Briefly, why is this particular change required?
Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to.
see how your change affects other areas of the code, etc.
What types of changes does your code introduce? Put an
x
in all the boxes that apply:
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Go over all the following points, and put an
x
in all the boxes that apply.
- I've added unit tests covering all use cases.
- I've done a visual regression test of the area my code impacts.
- I've updated the documentation in Confluence accordingly.