Annotation of embedaddon/iperf/.github/ISSUE_TEMPLATE.md, revision 1.1.1.1
1.1 misho 1: _NOTE: The iperf3 issue tracker is for registering bugs, enhancement
2: requests, or submissions of code. It is not a means for asking
3: questions about building or using iperf3. Those are best directed
4: towards the iperf3 mailing list at iperf-dev@googlegroups.com or
5: question sites such as Stack Overflow
6: (http://www.stackoverflow.com/). A list of frequently-asked questions
7: regarding iperf3 can be found at http://software.es.net/iperf/faq.html._
8:
9: # Context
10:
11: * Version of iperf3:
12:
13: * Hardware:
14:
15: * Operating system (and distribution, if any):
16:
17: _Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
18: Support may be provided on a best-effort basis to other UNIX-like
19: platforms. We cannot provide support for building and/or running
20: iperf3 on Windows, iOS, or Android._
21:
22: * Other relevant information (for example, non-default compilers,
23: libraries, cross-compiling, etc.):
24:
25: _Please fill out one of the "Bug Report" or "Enhancement Request"
26: sections, as appropriate._
27:
28: # Bug Report
29:
30: * Expected Behavior
31:
32: * Actual Behavior
33:
34: * Steps to Reproduce
35:
36: * Possible Solution
37:
38: _Please submit patches or code changes as a pull request._
39:
40: # Enhancement Request
41:
42: * Current behavior
43:
44: * Desired behavior
45:
46: * Implementation notes
47:
48: _If submitting a proposed implementation of an enhancement request,
49: please use the pull request mechanism._
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>