Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 1.05 KB

CONTRIBUTING.MD

File metadata and controls

21 lines (12 loc) · 1.05 KB

How to contribute

🎉 Thanks for taking an interest in our open source projects! 🎉

The following is a set of guidelines for contributing to HomeX Labs and its packages, which are hosted in the HomeX Labs Organization. These guidelines are not set in stone, feel free to propose changes to this in a pull request. 🙇

Submitting changes

Feel free to submit a github issues for features, bugs or inquires by filling out one of our provided templates

for making pull requests fork and create your branch and submit a pull request to the upstream the main repository https://github.com/HomeXLabs/use-unique-id.git

Testing

Currently all tests are done with jest and should be included with each pull request.

Coding conventions

  • Following the eslint:recommended code style.
  • Use of prettier for code formatting.
  • Use of JsDocs is encouraged for documentation of new features under the descretion of pull request reviewers.