a36aa657100b81a5ced7917d99b0f390c3171e78
[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 -->
55 </style>
56
57
58 </head>
59
60 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
61 <a name="How-to-Submit-a-Patch"></a>
62 <div class="header">
63 <p>
64 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>
65 </div>
66 <hr>
67 <a name="How-to-Submit-a-Patch-1"></a>
68 <h2 class="chapter">2 How to Submit a Patch</h2>
69
70 <p>Bug reports and patches should be submitted via GitHub Issues
71 at <a href="https://github.com/GNUAspell/aspell/issues">https://github.com/GNUAspell/aspell/issues</a> rather than
72 being posted to any of the mailing lists.
73 </p>
74 <p>The mailing lists are good if you need to check something out or need
75 help or feedback from other readers, but they are not the best place to
76 submit bugs or patches because they will likely get forgotten or lost
77 within the mailing list traffic if not acted upon immediately.
78 </p>
79 <p>Please make the effort to use the tracker.
80 </p>
81
82
83
84 </body>
85 </html>