5a1c35d3fac163d3a375610053d0f4e7e877558e
[platform/upstream/aspell.git] / manual / aspell-dev.html / How-to-Submit-a-Patch.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- This is the developer's manual for Aspell.
4
5 Copyright © 2002, 2003, 2004, 2006 Kevin Atkinson.
6
7 Permission is granted to copy, distribute and/or modify this document
8 under the terms of the GNU Free Documentation License, Version 1.1 or
9 any later version published by the Free Software Foundation; with no
10 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.  A
11 copy of the license is included in the section entitled "GNU Free
12 Documentation License". -->
13 <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
14 <head>
15 <title>Aspell Developer&rsquo;s Manual: How to Submit a Patch</title>
16
17 <meta name="description" content="Aspell spell checker developer&rsquo;s manual.">
18 <meta name="keywords" content="Aspell Developer&rsquo;s Manual: How to Submit a Patch">
19 <meta name="resource-type" content="document">
20 <meta name="distribution" content="global">
21 <meta name="Generator" content="makeinfo">
22 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23 <link href="index.html#Top" rel="start" title="Top">
24 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
25 <link href="index.html#Top" rel="up" title="Top">
26 <link href="C_002b_002b-Standard-Library.html#C_002b_002b-Standard-Library" rel="next" title="C++ Standard Library">
27 <link href="Style-Guidelines.html#Style-Guidelines" rel="prev" title="Style Guidelines">
28 <style type="text/css">
29 <!--
30 a.summary-letter {text-decoration: none}
31 blockquote.smallquotation {font-size: smaller}
32 div.display {margin-left: 3.2em}
33 div.example {margin-left: 3.2em}
34 div.indentedblock {margin-left: 3.2em}
35 div.lisp {margin-left: 3.2em}
36 div.smalldisplay {margin-left: 3.2em}
37 div.smallexample {margin-left: 3.2em}
38 div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
39 div.smalllisp {margin-left: 3.2em}
40 kbd {font-style:oblique}
41 pre.display {font-family: inherit}
42 pre.format {font-family: inherit}
43 pre.menu-comment {font-family: serif}
44 pre.menu-preformatted {font-family: serif}
45 pre.smalldisplay {font-family: inherit; font-size: smaller}
46 pre.smallexample {font-size: smaller}
47 pre.smallformat {font-family: inherit; font-size: smaller}
48 pre.smalllisp {font-size: smaller}
49 span.nocodebreak {white-space:nowrap}
50 span.nolinebreak {white-space:nowrap}
51 span.roman {font-family:serif; font-weight:normal}
52 span.sansserif {font-family:sans-serif; font-weight:normal}
53 ul.no-bullet {list-style: none}
54 table:not([class]), table:not([class]) th, table:not([class]) td {
55     padding: 2px 0.3em 2px 0.3em;
56     border: thin solid #D0D0D0;
57     border-collapse: collapse;
58 }
59
60 -->
61 </style>
62
63 <meta name=viewport content="width=device-width, initial-scale=1">
64 </head>
65
66 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
67 <a name="How-to-Submit-a-Patch"></a>
68 <div class="header">
69 <p>
70 Next: <a href="C_002b_002b-Standard-Library.html#C_002b_002b-Standard-Library" accesskey="n" rel="next">C++ Standard Library</a>, Previous: <a href="Style-Guidelines.html#Style-Guidelines" accesskey="p" rel="prev">Style Guidelines</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
71 </div>
72 <hr>
73 <a name="How-to-Submit-a-Patch-1"></a>
74 <h2 class="chapter">2 How to Submit a Patch</h2>
75
76 <p>Bug reports and patches should be submitted via GitHub Issues
77 at <a href="https://github.com/GNUAspell/aspell/issues">https://github.com/GNUAspell/aspell/issues</a> rather than
78 being posted to any of the mailing lists.
79 </p>
80 <p>The mailing lists are good if you need to check something out or need
81 help or feedback from other readers, but they are not the best place to
82 submit bugs or patches because they will likely get forgotten or lost
83 within the mailing list traffic if not acted upon immediately.
84 </p>
85 <p>Please make the effort to use the tracker.
86 </p>
87
88
89
90 </body>
91 </html>