Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.28 KB

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 2.28 KB

How to contribute

Development Steps

  • Create a new workspace using Smartface Platform
  • Create a new folder as exported at workspace root directory
  • Clone this repository under exported folder
  • Download the component from marketplace
  • Make your changes under the component at scripts/sf_modules folder
  • Copy the changed files manually to exported component, which repository belongs to

To change UI implementation, one needs to manually tinker with view.json file.

Maintain Steps

  • Create a new workspace using Smartface Platform
  • Create a new folder as exported at workspace root directory
  • Clone this repository under exported folder
  • After implementing necessary changes, right click to the repository folder and Click Publish to Marketplace Note: Only one person can publish to marketplace

Did you find a bug?

  • 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, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

  • If possible, use the relevant bug report templates to create the issue. Simply copy the content of the appropriate template into a .md file, make the necessary changes to demonstrate the issue, and paste the content into the issue description:

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Thanks! ❤️ ❤️

Smartface Team