mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
README.contributing.md
This commit is contained in:
parent
074b8f3881
commit
fb2d13b462
1 changed files with 41 additions and 0 deletions
41
READMEs/README.contributing.md
Normal file
41
READMEs/README.contributing.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
## Contributing to lws
|
||||
|
||||
### How to contribute
|
||||
|
||||
Sending a patch with a bug report is very welcome.
|
||||
|
||||
For nontrivial problems, it's probably best to discuss on the mailing list,
|
||||
or on github if you prefer, how to best solve it.
|
||||
|
||||
However your contribution is coming is fine:
|
||||
|
||||
- paste a `git diff`
|
||||
|
||||
- send a patch series by mail or mailing list
|
||||
|
||||
- paste in a github issue
|
||||
|
||||
- github PR
|
||||
|
||||
are all OK.
|
||||
|
||||
### Coding Standards
|
||||
|
||||
Code should look roughly like the existing code, which follows linux kernel
|
||||
coding style.
|
||||
|
||||
If there are non-functional problems I will clean them out when I apply the
|
||||
patch.
|
||||
|
||||
If there are functional problems (eg broken error paths etc) if they are
|
||||
small compared to the working part I will also clean them. If there are
|
||||
larger problems, or consequences to the patch will have to discuss how to
|
||||
solve them with a retry.
|
||||
|
||||
### Funding specific work
|
||||
|
||||
If there is a feature you wish was supported in lws, consider paying for the
|
||||
work to be done. The maintainer is a consultant and if we can agree the
|
||||
task, you can quickly get a high quality result that does just what you need,
|
||||
maintained ongoing along with the rest of lws.
|
||||
|
Loading…
Add table
Reference in a new issue