Module

x/ua_parser_js/CONTRIBUTING.md

UAParser.js - Free & open-source JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).
Latest
File

UAParser.js: How to Contribute

  • Fork and clone this repository
  • Make some changes as required
  • Write unit test to showcase its functionality under /test
  • Run the test suites to make sure it’s not breaking anything $ npm run build+test
  • Submit a pull request under develop branch & check the CLA in the submission form