b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / vendor / donatj / phpuseragentparser /
Filename/home/dev2.destoffenstraat.com/vendor/donatj/phpuseragentparser/CONTRIBUTING.md
Size1.13 kb
Permissionrw-r--r--
Ownerroot : root
Create time21-Aug-2025 12:28
Last modified30-Oct-2023 17:14
Last accessed21-Aug-2025 18:15
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# How to Contribute

## Reporting Issues

Issues can be reported via the [Github Issues](https://github.com/donatj/PhpUserAgent/issues) page.

- **Detail is key**: If a browser is being misidentified, one or more sample user agent strings are key to getting it resolved.
- **Missing Browser**: Is it modern? What is it being misidentified as? There are a lot of dead browsers out there that there is no reason to support.

Please do not file any requests for OS version identification. It is not a desired feature.

## Pull Requests

Pull requests are truly appreciated. While I try my best to stay on top of browsers hitting the market it is still a difficult task.

- **Formatting**: Indentation **must** use tabs. Please try to match internal formatting and spacing to existing code.
- **Tests**: If you're adding support for a new browser be sure to add test user agents for if at all possible ***every platform*** the browser is available on. Untested code will take much longer to be merged.
- **Terseness**: Try to be terse. Be clever. Take up as little space as possible. The point of this project initially was to be smaller than the other guys.