This project has moved to a new project space ua-parser, separating the regexes from the parsers for the different languages into their own repos.
Please contribute to the respective repositories there! Thanks.
Contributing to the project, especially regexes.yaml
, is both welcomed and encouraged. To do so just do the following:
- Fork the project
- Create a branch for your changes
- Modify
regexes.yaml
as appropriate - Add tests to the following files and follow their format:
test_resources/test_device.yaml
test_resources/test_user_agent_parser.yaml
test_resources/test_user_agent_parser_os.yaml
- Push your branch to GitHub and submit a pull request
- Monitor the pull request to make sure the Travis build succeeds. If it fails simply make the necessary changes to your branch and push it. Travis will re-test the changes.
That's it. If you don't feel comfortable forking the project or modifying the YAML you can also submit an issue that includes the appropriate user agent string and the expected results of parsing.
Thanks!