UNPKG

2.01 kBMarkdownView Raw
1# Contribution guide
2
3## Issues and Questions
4When making an issue for **webdav-client**, be sure to be respectful and kind - this is free software built on peoples' spare time. Please do not assume that any or all of your requests will be met, and try to be as clear as possible when communicating.
5
6You should include all necessary information relating to potential bugs - unclear or non-constructive issues will be closed without notice. If a bug report details a fault with some part of the processing, sending or receiving of files or data you should include a test case of some sort, using [webdav-server](https://www.npmjs.com/package/webdav-server) as the webdav server. We cannot test against your WebDAV services or accounts in most cases, so issues should be reproduced openly.
7
8## Pull Requests
9When making a pull request for an existing issue or feature that is clearly beneficial (subject to opinion), make sure that all tests pass before pushing. No pull request will be accepted that has failing tests. Although some commands relating to testing or formatting may not work on some operating systems (like Windows0), it is **your** responsibility to ensure the code is formatted correctly.
10
11When making a pull request for an item not listed as an issue or that is controversial (also subject to opinion), be aware that the request may be denied and the PR closed. It is always best to create an issue for a discussion before making a PR, if you are unsure of the feature's worth.
12
13## Documentation
14PRs to add/update documentation are welcome, but please, ensure that you edit in **Markdown** with as little HTML as possible (none is preferrable). Do not use auto-formatters to generate the documentation files.
15
16`API.md` is generated on release - there is no need to update it yourself.
17
18## Development Support
19Please note that only **Linux** and **Mac** are supported as development environments. No commands that form part of the development cycle are guaranteed to work on Windows, for instance.