HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/vazhgar/node_modules/xhr2/CONTRIBUTING.md
# xhr2 Contribution Policy

This is an open-source library and welcomes outside contributions.

Please file bugs on
[the GitHub issue page](https://github.com/pwnall/xhr2/issues).

Please submit patches as
[GitHub pull requests](https://help.github.com/articles/using-pull-requests).
Please check the
[existing pull requests](https://github.com/pwnall/xhr2/issues) to avoid
duplicating effort.


## Pull Request Checklist

* Do not modify the version in `package.json` or the commit history. Feel free
  to rebase your commits while the pull request is in progress.
* If your patch adds new functionality, please make sure to include link to the
  relevant parts of the
  [W3C XMLHttpRequest specification](http://www.w3.org/TR/XMLHttpRequest/). Use
  the same style as existing source code.
* Include tests whenever possible, so the functionality won't be broken by
  accident in future releases.


## Obligatory Legalese

By submitting a contribution to the library, you grant Victor Costan
(the library's author) a non-exclusive, irrevocable, perpetual, transferable,
license to use, reproduce, modify, adapt, publish, translate, create derivative
works from, distribute, perform and display your contribution (in whole or
part) worldwide under the MIT license.