Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 733 Bytes

Contribution Guide

💬 Submit Feedback

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.

🐞 Fix Bugs

You may look through the GitHub issues for bugs.

💡 Implement Features

You may look through the GitHub issues for feature requests.

🚀 Pull Requests (PR)

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