Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

51 lines (32 loc) · 1.06 KB

Web Feedback

Table Of Contents

Prerequisites

Contributing

Want to contribute? Please check the guidelines below:

Contributing Guide

Please use dev branch rather than main for the latest development changes.

  • Fork the repository
  • Create a feature/patch branch from dev branch
  • Commit your changes
  • push to the branch & open a pull request

If you want to add new feature to the project, please raise an issue .

Development Setup

#setup project
git clone https://github.com/raralabs/web-feedback.git
cd web-feedback

#install dependencies
yarn

#watch package
yarn run watch

#build package
yarn run build-lib

License

The MIT License License: MIT