forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTING
32 lines (19 loc) · 1011 Bytes
/
CONTRIBUTING
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
Contributing to Twisted
=======================
As an open source project, Twisted welcomes contributions of many forms.
Examples of contributions include:
* Code patches
* Documentation improvements
* Bug reports and patch reviews
Extensive contribution guidelines are available online at:
https://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs
Twisted has a Code of Conduct, available at code_of_conduct.md.
**Warning: pull requests are ignored** unless they have an associated ticket in trac.
File a ticket at:
https://twistedmatrix.com/trac/newticket
Twisted uses Trac to keep track of bugs, feature requests, and associated
patches because GitHub doesn't provide adequate tooling for its community.
For a PR to be accepted it needs to have:
* all Travis CI tests passing
* patch coverage of 100% as reported by codecov.io
The Travis CI tests currently represent only a subset of the all the platforms Twisted supports, so the buildbot tests are still the actual gate for PR acceptance.