]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/contribute.texi
Update copyright years.
[thirdparty/gcc.git] / gcc / doc / contribute.texi
CommitLineData
7adcbafe 1@c Copyright (C) 1988-2022 Free Software Foundation, Inc.
b64a6a11
JM
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Contributing
6@chapter Contributing to GCC Development
7
8If you would like to help pretest GCC releases to assure they work well,
f4d83eba 9current development sources are available via Git (see
786973ce
ML
10@uref{https://gcc.gnu.org/git.html}). Source and binary snapshots are
11also available for FTP; see @uref{https://gcc.gnu.org/snapshots.html}.
b64a6a11
JM
12
13If you would like to work on improvements to GCC, please read the
14advice at these URLs:
15
16@smallexample
786973ce
ML
17@uref{https://gcc.gnu.org/contribute.html}
18@uref{https://gcc.gnu.org/contributewhy.html}
b64a6a11
JM
19@end smallexample
20
21@noindent
22for information on how to make useful contributions and avoid
23duplication of effort. Suggested projects are listed at
786973ce 24@uref{https://gcc.gnu.org/projects/}.