Fix new issues found by `proselint`. Also: - silence this technical warning: ``` :0: DeprecationWarning: /home/runner/.proselintrc was found instead of a JSON file. Rename to /home/runner/.proselintrc.json. ``` - fix an input filename. `proselints` fails now if an input file is missing. Reported-by: Jay Satiro Bug: https://github.com/curl/curl/pull/15291#issuecomment-2410505100 Closes #15293
30 lines
648 B
Markdown
30 lines
648 B
Markdown
<!--
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
-->
|
|
|
|
How to contribute to curl
|
|
=========================
|
|
|
|
Join the community
|
|
------------------
|
|
|
|
1. Click 'watch' on the GitHub repo
|
|
|
|
2. Subscribe to the suitable [mailing lists](https://curl.se/mail/)
|
|
|
|
Read [CONTRIBUTE](../docs/CONTRIBUTE.md)
|
|
---------------------------------------
|
|
|
|
Send your suggestions using one of these methods:
|
|
-------------------------------------------------
|
|
|
|
1. in a mail to the mailing list
|
|
|
|
2. as a [pull request](https://github.com/curl/curl/pulls)
|
|
|
|
3. as an [issue](https://github.com/curl/curl/issues)
|
|
|
|
/ The curl team
|