1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="topic"/>
|
---|
10 | <meta name="DC.Title" content="Due diligence for submission of bug fixes and patches from non-committers"/>
|
---|
11 | <meta name="abstract" content="Any organization or individual may submit bug fixes using a github "pull request", generally tied to a specific report in the project's issue tracker."/>
|
---|
12 | <meta name="description" content="Any organization or individual may submit bug fixes using a github "pull request", generally tied to a specific report in the project's issue tracker."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../admin/HowToParticipate.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="bugfixguidelines"/>
|
---|
16 | <meta name="DC.Language" content="en-us"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
19 | <title>Due diligence for submission of bug fixes and patches from non-committers</title>
|
---|
20 | </head>
|
---|
21 | <body id="bugfixguidelines">
|
---|
22 |
|
---|
23 |
|
---|
24 | <h1 class="title topictitle1">Due diligence for submission of bug fixes and patches from
|
---|
25 | non-committers</h1>
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 | <div class="body"><p class="shortdesc">Any organization or individual may submit bug fixes using
|
---|
30 | a github "pull request", generally tied to a specific report in the
|
---|
31 | project's issue tracker.</p>
|
---|
32 |
|
---|
33 | <p class="p">Before committing code from a bug fix or patch provided by a third
|
---|
34 | party who has not signed a current contribution form for the project,
|
---|
35 | Committers should ask the following questions and follow up as appropriate
|
---|
36 | in order to ensure that the code can be contributed to the project: </p>
|
---|
37 |
|
---|
38 | <ul class="ul">
|
---|
39 | <li class="li">What is your name and who is your employer?</li>
|
---|
40 |
|
---|
41 | <li class="li">Did you write the code that you wish to contribute to the DITA
|
---|
42 | Open Toolkit project? (If the contributor says no, the code
|
---|
43 | should not become a “Contribution” to the project. The contributor
|
---|
44 | may be asked to identify the complete details of the code’s source
|
---|
45 | and of any licenses or restrictions applicable to the code, but the
|
---|
46 | work should be conspicuously marked as “Submitted on behalf of a third-party:
|
---|
47 | [name of contributor]”.)</li>
|
---|
48 |
|
---|
49 | <li class="li">Do you have the right to grant the copyright and patent licenses
|
---|
50 | for the contribution that are set forth in the CPL version 1.0 license
|
---|
51 | and Apache License version 2.0?</li>
|
---|
52 |
|
---|
53 | <li class="li">Does your employer have any rights to code that you have written,
|
---|
54 | for example, through your contract for employment? If so, has your
|
---|
55 | employer given you permission to contribute the code on its behalf
|
---|
56 | or waived its rights in the code?</li>
|
---|
57 |
|
---|
58 | <li class="li">Are you aware of any third-party licenses or other restrictions
|
---|
59 | (such as related patents or trademarks) that could apply to your contribution?
|
---|
60 | If so, what are they?</li>
|
---|
61 |
|
---|
62 | </ul>
|
---|
63 |
|
---|
64 | </div>
|
---|
65 |
|
---|
66 | <div class="related-links">
|
---|
67 | <div class="familylinks">
|
---|
68 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../admin/HowToParticipate.html" title="Any individual or any organization can contribute to the project; contributions must adhere to the existing toolkit license(s) and should fit in with the general goals of the project. All major contributors will get appropriate recognition in release announcements and on the project home page.">How to participate in the DITA Open Toolkit</a></div>
|
---|
69 | </div>
|
---|
70 | </div>
|
---|
71 |
|
---|
72 | </body>
|
---|
73 | </html>
|
---|