The feedback should be submitted by creating an issue on GitHub issues. Select the related template (bug report, feature request, or custom) and add the corresponding labels.
You may look through the GitHub issues for bugs.
You may look through the GitHub issues for feature requests.
- Fork the repository and create a new branch from the
develop
branch. - For bug fixes, add new tests. We use jest.js to test our code.
- Do a PR from your new branch to our
develop
branch of the original make-sense repo.