Feature requests should be captured through the repo’s issues, with a description of the expected behavior, along with a use case. Please use a label that describes the nature of the issue. If you would like to work on said issue, leave a comment on it so that you can be assigned to it by the repo owner.Before opening an issue, please read through the issues.
Double check to make sure that you have done the following things:
If implementing a feature request, create new unit tests to increase confidence of your changes.
You’re code will be unable to get merged without new unit tests
Check to see if your changes are non-breaking by running npm run test
And install or build dependencies are removed
You can run npm run clean to remove unwanted files.
Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.