forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_help.html
55 lines (46 loc) · 1.42 KB
/
_help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>curl - Help Us!</TITLE>
#include "css.t"
</HEAD>
#define CURL_HELP
#include "_menu.html"
#include "setup.t"
WHERE1(Contribute)
TITLE(We Need Your Help)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/bugs.html">How To Report Bugs</a>
<br><a href="/docs/todo.html">TODO</a>
<br><a href="/docs/knownbugs.html">Known Bugs</a>
<br><a href="https://github.com/curl/curl/issues">Bug Tracker</a>
</div>
<p>
The curl project depends on voluntary work by skilled people. We depend on
work by many different people for this to develop. Time and resources are
scarce for all of us, of course, so if we share the burden we can reach
further and create a better product. This list contains some of the stuff we
need help with right now.
<p>
<b>improvements</b><br>
<ul>
<li> Have a look at the <a href="/docs/todo.html">TODO list</a> we try to
maintain!
<li> list of <a href="/docs/knownbugs.html">known bugs</a> left to fix
<li> fix <a href="https://github.com/curl/curl/issues">open bugs</a>!
</ul>
<b>test related</b><br>
<ul>
<li> More test cases.
<li> add TELNET tests
<li> add LDAP tests
</ul>
<p>
Of course, if you're willing to help and have other ideas for what to improve,
fix or add, get in touch and we'll discuss it!
<p>
Before posting changes and patches, have a look at the <a
href="/docs/contribute.html">Contribute</a> document.
#include "_footer.html"
</BODY>
</HTML>